Struct PropertyValue
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
Syntax
[Serializable]
public struct PropertyValue
Constructors
PropertyValue(PropertyValue)
Declaration
public PropertyValue(PropertyValue o)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyValue | o |
Fields
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| string |
value
Declaration
public string value
Field Value
| Type | Description |
|---|---|
| string |