State Properties
The State type exposes the following members.
Properties
Name | Description | |
---|---|---|
BeforeStates |
Launch these states before Run()()()() this state (NeedToRun must be true), empty if not used.
|
|
DisplayName |
Gets the display name (must be unique name).
|
|
NeedToRun |
Indicate if Engine need to call method Run()()()().
|
|
NextStates |
Launch these states after Run()()()() this state, empty if not used.
|
|
Priority |
Gets the priority (determine the order of execution by Engine).
|