GUID Structure |
Namespace: ImmerseSDK
[SerializableAttribute] public struct GUID
The GUID type exposes the following members.
Name | Description | |
---|---|---|
Index |
Unique index within the scene
| |
IsInitialized |
Returns false if this GUID has not been properly set
| |
Owner |
Owner's User ID (if applicable)
| |
Scene |
The scene that this GUID is associated with
| |
Type |
Owner type for this GUID
| |
Value |
Bytes contained in this GUID (useful for serialization)
|
Name | Description | |
---|---|---|
SearchForNextUniqueIndex |
Gets a unique GUID for this object
| |
ToStringLong |
A string representation containing all data stored in this GUID
| |
ToUlong |
Returns GUID as a ulong
|