Click or drag to resize

GUID Structure

Encapsulates a unique identifier for networked messages

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[SerializableAttribute]
public struct GUID

The GUID type exposes the following members.

Constructors
  NameDescription
Public methodGUID
Constructs a new GUID
Top
Properties
  NameDescription
Public propertyIndex
Unique index within the scene
Public propertyIsInitialized
Returns false if this GUID has not been properly set
Public propertyOwner
Owner's User ID (if applicable)
Public propertyScene
The scene that this GUID is associated with
Public propertyType
Owner type for this GUID
Public propertyValue
Bytes contained in this GUID (useful for serialization)
Top
Methods
  NameDescription
Public methodStatic memberSearchForNextUniqueIndex
Gets a unique GUID for this object
Public methodToStringLong
A string representation containing all data stored in this GUID
Public methodToUlong
Returns GUID as a ulong
Top
Fields
  NameDescription
Private field_value
Top
See Also