Click or drag to resize

SimpleStateMachineT Methods

The SimpleStateMachineT generic type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddStateHandlers
Adds a state change event.
Public methodCode exampleCheckCanSwitchTo
Verifies if the machine can move into the desired state.
Public methodRemoveHandlers
Removes a state change event handler.
Public methodResetTransitionConstraint
Clears the transitions for the source state if any.
Public methodCode exampleSetTransitionConstraint
Defines a state and the allowed target states for it.
Top
See Also