Click or drag to resize
StaMaAPI Reference
Namespaces
NamespaceDescription
StaMa

Contains all classes, interfaces and delegate types to implement state machines.

See class StateMachineTemplate to create the structure of a state machine.

Use method CreateStateMachine or CreateStateMachine(Object) to create StateMachine instances.

Send events to a state machine to trigger transitions through method SendTriggerEvent(Object) or SendTriggerEvent(Object, EventArgs).