Click or drag to resize

GUID Class

Encapsulates a unique identifier for networked messages
Inheritance Hierarchy
SystemObject
  ImmerseSDKGUID

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static class GUID

The GUID type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberGUID
Top
Methods
  NameDescription
Public methodStatic memberGenerate
Compiles a MessageID from data
Public methodStatic memberGetNextUniqueIndex
Looks for the next index in the IndexedObjects dictionary
Public methodStatic memberGetNextUniqueIndexHigherThan
Looks for the next index in the IndexedObjects dictionary that is higher than the specified number.
Public methodStatic memberGetObjectIndex(IndexedMonoBehaviour)
Gets the index from the IndexedMonoBehaviour
Public methodStatic memberGetObjectIndex(MessageID)
Gets the object index from the GUID
Public methodStatic memberGetOwner(IndexedMonoBehaviour)
Gets the owner id from the IndexedMonoBehaviour
Public methodStatic memberGetOwner(MessageID)
Gets the owner id from the GUID
Public methodStatic memberGetOwnerType(IndexedMonoBehaviour)
Gets the owner type from the IndexedMonoBehaviour
Public methodStatic memberGetOwnerType(MessageID)
Gets the owner type from the GUID
Public methodStatic memberGetScene(IndexedMonoBehaviour)
Gets the scene id from the IndexedMonoBehaviour
Public methodStatic memberGetScene(MessageID)
Gets the scene id from the GUID
Public methodStatic memberSearchForNextUniqueIndex
Gets the next available unique index number for this scene
Top
See Also