Struct StatDictionarySerializableData
Serializable data structure that contains the state of a StatDictionary.
Namespace: UnityEngine.GameFoundation.DataPersistence
Assembly: solution.dll
Syntax
[Serializable]
public struct StatDictionarySerializableData
Fields
Name | Description |
---|---|
statType | The type of value of the StatDictionary |
stats | Array of all serialized stats of the StatDictionary |