Click or drag to resize

FiniteStateMachineTIsStateRegisteredTState Method

Generic version of IsStateRegistered(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<TState>()
where TState : Object, IFsmState<T>
Request Example View Source

Type Parameters

TState
The state type to check.

Return Value

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