Click or drag to resize

StrixSerializationPropertiesGetProperties Method

Gets the synchronized properties Dictionary.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public IDictionary<int, Object> GetProperties()

Return Value

Type: IDictionaryInt32, Object
The synchronized properties Dictionary.
See Also