Click or drag to resize
StaMaStateEntryAction Property
Gets the callback that will be called when a StateMachine enters the State.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public StateMachineActionCallback EntryAction { get; }

Property Value

Type: StateMachineActionCallback
A StateMachineActionCallback delegate or null if no entry action is defined.
See Also