StateTransitionControl
Control for functions related to state transition
GetStateTransitions
Definition
Returns the state transitions that will be transitioned to the next stage based on the defined StateActionMap
.
Parameters
Type
Description
StateActionMap
The state to define the transitions.
Return
Type
Description
Default
List<StateTransition
>
The state transition list.
Example (Default Logic)
GetFinalStateTransition
Definition
Defines a StateTransition
from a given State to a final state.
Parameters
Type
Description
State
The state to transition to the final state.
Return
Type
Description
Default
StateTransition
State transition to the final state.
Example (Default Logic)
Last updated