![]() | State Properties |
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 | |
![]() | Regions |
Gets the list of sub-Region instances.
|
![]() | Transitions |
Gets the list of Transition instances that use this State as an anchor.
|