Click or drag to resize
StaMaTransitionTransitionAction Property
Gets the callback method that will be called when the transition is executed.

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

Property Value

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