Click or drag to resize

GUID Methods

The GUID type exposes the following members.

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