Click or drag to resize

IndexedMonoBehaviourGenerateDefaultGUIDWith Method

Generates a MessageID using ImmerseSDK.GUID.OwnerTypes.Scene and UserID.Empty, which are the default values for an IndexedMonoBehaviour

Namespace:  ImmerseSDK.Indexing
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static MessageID GenerateDefaultGUIDWith(
	ushort index
)

Parameters

index
Type: SystemUInt16

Return Value

Type: MessageID
See Also