Click or drag to resize

RuntimeObjectIndexAddObject Method

Add an object to the index

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

Parameters

unityObject
Type: UnityEngine.Object
Object to be added

Return Value

Type: GUID
Returns the GUID of the object after it is added
See Also