| State Class |
Namespace: StaMa
The State type exposes the following members.
| Name | Description | |
|---|---|---|
| DoAction |
Gets the StateMachineDoActionCallback delegate that defines the perpetual action to be executed while the StateMachine is in this State.
| |
| EntryAction |
Gets the callback that will be called when a StateMachine enters
the State.
| |
| ExitAction |
Gets the callback that will be called when a StateMachine leaves
the State.
| |
| Name |
Gets name of the State.
| |
| Parent |
Gets the Region that aggregates this State.
| |
| Regions |
Gets the list of sub-Region instances.
| |
| Transitions |
Gets the list of Transition instances that use this State as an anchor.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |