IndexedObjectMetadata Class |
Namespace: ImmerseSDK.Metadata
[SerializableAttribute] public class IndexedObjectMetadata
The IndexedObjectMetadata type exposes the following members.
Name | Description | |
---|---|---|
IndexedObjectMetadata | Initializes a new instance of the IndexedObjectMetadata class |
Name | Description | |
---|---|---|
MessageId |
The message id of the object. This has to be unique for the app. It consists of a combination of the scene index and object index.
| |
MessageIdHex |
The message id of the object. This has to be unique for the app. It consists of a combination of the scene index and object index.
| |
Name |
The name of the object (this is not unique because more than one IndexedMonoBehaviours can be placed on a game object)
| |
ObjectIndex |
The index of the object. This has to be unique per scene.
| |
SceneIndex |
The index of the scene this object resides in.
| |
ScenePath |
Path to the object in the scene
|