Click or drag to resize

RoomPropertiesproperties Property

A dictionary of custom properties. Can be used to store any data related to the room. These properties are not available for search.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public Dictionary<string, Object> properties { get; set; }

Property Value

Type: DictionaryString, Object
Remarks
If you need a custom property that can be searched for with SearchRoom, use key1, ..., key8, and stringKey.
See Also