Click or drag to resize

IndexedMonoBehaviourWithStateSetState Method (Byte)

Set the State of this object, event will be triggered

Namespace:  ImmerseSDK.Indexing
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
protected virtual void SetState(
	byte state
)

Parameters

state
Type: SystemByte
New state
See Also