Click or drag to resize

FiniteStateMachineTIsStateRegistered Method (Type)

Checks whether a state type is registered.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsStateRegistered(
	Type stateType
)
Request Example View Source

Parameters

stateType
Type: SystemType
The state type to check.

Return Value

Type: Boolean
True if registered, false otherwise.
See Also