Gets and sets current state of this instance.

Namespace:  Hilva.AI.FiniteStateMachine
Assembly:  Hilva (in Hilva.dll)

Syntax

C#
public virtual IState CurrentState { get; set; }

See Also