Click or drag to resize

FiniteStateMachineTCurrentState Property

The active state.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IFsmState<T> CurrentState { get; }
Request Example View Source

Property Value

Type: IFsmStateT
See Also