Click or drag to resize

IndexedMonoBehaviourWithStateStateChangeHandler Delegate

The signature for the OnStateChange event

Namespace:  ImmerseSDK.Indexing
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public delegate void StateChangeHandler(
	IndexedMonoBehaviourWithState sender,
	byte newState,
	byte oldState
)

Parameters

sender
Type: ImmerseSDK.IndexingIndexedMonoBehaviourWithState
newState
Type: SystemByte
oldState
Type: SystemByte
See Also