Click or drag to resize
StaMaRegion Properties

The Region type exposes the following members.

Properties
  NameDescription
Public propertyExecutionOrder
The sequential index of this Region within the Regions collection of the parent State.
Public propertyHasHistory
Indicates whether the recently active State will be made active on rentry of the Region.
Public propertyHistoryIndex
Gets the index of the slot where this Region stores its history in the StateMachine instance.
Public propertyInitialState
The State that will be made active when the Region is entered the first time.
Public propertyParent
Gets the State that aggregates this Region.
Public propertyStateConfigurationIndex
The slot within a StateConfiguration that will be used by the active state of this Region.
Public propertyStates
Gets the list of States of this Region.
Top
See Also