Struct PropertyData
Serializable data structure of a Property.
Namespace: UnityEngine.GameFoundation.Data
Assembly: solution.dll
Syntax
[Serializable]
public struct PropertyData
Fields
Name | Description |
---|---|
key | Property's identifier. |
value | Property's current value. |