Click or drag to resize

IndexedMonoBehaviourAssignNewDynamicIndex Method

Assign a new index ot this object. Specifying an index < 0 means we will calculate the new index manually. Note that it is up to you to ensure that corresponding objects on other networked client have the correct indeces otherwise messages will not go to the right place and will be lost.

Namespace:  ImmerseSDK.Indexing
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void AssignNewDynamicIndex(
	int newIndex = -1
)

Parameters

newIndex (Optional)
Type: SystemInt32
See Also