StrixSerializationProperties Class |
Namespace: SoftGear.Strix.Unity.Runtime
public class StrixSerializationProperties
The StrixSerializationProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| StrixSerializationProperties | Initializes a new instance of the StrixSerializationProperties class | |
| StrixSerializationProperties(IDictionaryInt32, Object) | Initializes a new instance of the StrixSerializationProperties class |
| Name | Description | |
|---|---|---|
| Clear | ||
| GetT(Int32, T) |
Gets a synchronized value by an integer key.
| |
| GetT(String, T) |
Gets a synchronized value by a string key.
| |
| GetProperties |
Gets the synchronized properties Dictionary.
| |
| RegisterIndexOfProperty |
Associates a string key with an integer value. Used in conjunction with Set(String, Object, String) and GetT(String, T).
| |
| Set(Int32, Object, String) |
Stores a value to be synchronized by an integer key.
| |
| Set(String, Object, String) |
Stores a value to be synchronized by a string key.
|