Click or drag to resize

SceneMetadataStaticIndexedObjects Field

Information about all the static indexed objects in the scene

Namespace:  ImmerseSDK.Metadata
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[JsonNameAttribute("staticIndexedObjects")]
[JsonIgnoreAttribute]
public List<IndexedObjectMetadata> StaticIndexedObjects

Field Value

Type: ListIndexedObjectMetadata
See Also