Click or drag to resize

ControlStateMachine Properties

The ControlStateMachine type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions in the state machine.

Actions may be reused, so number of actions may be less than number of states.

Do not modify this list.

Public propertyCurrentState
The current state of the machine.
Public propertyId
The Id of the machine.
Public propertyIsActive
Shows if the control state machine is active.
Public propertyStates
States in the state machine.

Do not modify this list. Use CreateState(IAction) to add to list.

Top
See Also