Click or drag to resize

IndexedMonoBehaviourWithNamedStatesIsStateValid Method

Returns true if the given state index can be represented by one of the names in the list

Namespace:  ImmerseSDK.Indexing
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool IsStateValid(
	int state
)

Parameters

state
Type: SystemInt32

Return Value

Type: Boolean
See Also