Click or drag to resize
StaMaState Properties

The State type exposes the following members.

Properties
  NameDescription
Public propertyDoAction
Gets the StateMachineDoActionCallback delegate that defines the perpetual action to be executed while the StateMachine is in this State.
Public propertyEntryAction
Gets the callback that will be called when a StateMachine enters the State.
Public propertyExitAction
Gets the callback that will be called when a StateMachine leaves the State.
Public propertyName
Gets name of the State.
Public propertyParent
Gets the Region that aggregates this State.
Public propertyRegions
Gets the list of sub-Region instances.
Public propertyTransitions
Gets the list of Transition instances that use this State as an anchor.
Top
See Also