GUID Class |
Namespace: ImmerseSDK
public static class GUID
The GUID type exposes the following members.
Name | Description | |
---|---|---|
Generate |
Compiles a MessageID from data
| |
GetNextUniqueIndex |
Looks for the next index in the IndexedObjects dictionary
| |
GetNextUniqueIndexHigherThan |
Looks for the next index in the IndexedObjects dictionary that is higher than the specified number.
| |
GetObjectIndex(IndexedMonoBehaviour) |
Gets the index from the IndexedMonoBehaviour
| |
GetObjectIndex(MessageID) |
Gets the object index from the GUID
| |
GetOwner(IndexedMonoBehaviour) |
Gets the owner id from the IndexedMonoBehaviour
| |
GetOwner(MessageID) |
Gets the owner id from the GUID
| |
GetOwnerType(IndexedMonoBehaviour) |
Gets the owner type from the IndexedMonoBehaviour
| |
GetOwnerType(MessageID) |
Gets the owner type from the GUID
| |
GetScene(IndexedMonoBehaviour) |
Gets the scene id from the IndexedMonoBehaviour
| |
GetScene(MessageID) |
Gets the scene id from the GUID
| |
SearchForNextUniqueIndex |
Gets the next available unique index number for this scene
|