Click or drag to resize

IndexedObjectMetadata Class

Indexed object metadata to be used for validation
Inheritance Hierarchy
SystemObject
  ImmerseSDK.MetadataIndexedObjectMetadata

Namespace:  ImmerseSDK.Metadata
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public class IndexedObjectMetadata

The IndexedObjectMetadata type exposes the following members.

Constructors
  NameDescription
Public methodIndexedObjectMetadata
Initializes a new instance of the IndexedObjectMetadata class
Top
Fields
  NameDescription
Public fieldMessageId
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.
Public fieldMessageIdHex
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.
Public fieldName
The name of the object (this is not unique because more than one IndexedMonoBehaviours can be placed on a game object)
Public fieldObjectIndex
The index of the object. This has to be unique per scene.
Public fieldSceneIndex
The index of the scene this object resides in.
Public fieldScenePath
Path to the object in the scene
Top
See Also