ISerializedRecord
The stored value of a record that implements this interface is automatically saved and loaded.
ISerializedRecord
inherits IValueRecord.
Use EditorStats.GetKey
to get a key based on the name of the class.
To store a value, use EditorStats.Set
, EditorStats.Replace
or EditorStats.Modify
.
Example 1
Example 2
Last updated