Click or drag to resize
StaMaStateMachineDoActionCallback Delegate
Represents a method that will be called when a State do action shall be executed.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public delegate void StateMachineDoActionCallback(
	StateMachine stateMachine
)

Parameters

stateMachine
Type: StaMaStateMachine
The StateMachine instance that requests invocation of the method.
See Also