Click or drag to resize

FiniteStateMachineTPreviousState Property

The previously 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> PreviousState { get; }
Request Example View Source

Property Value

Type: IFsmStateT
See Also