Click or drag to resize

SceneRegistryGetId Method

Get the ID of an object that exists within one of the loaded scenes

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static GUID GetId(
	UnityEngine.Object unityObject
)

Parameters

unityObject
Type: UnityEngine.Object

Return Value

Type: GUID
See Also