EngineStateMachine.changeState

Change to a new state. The Systems from the old state will be removed and the Systems for the new state will be added.

@param name The name of the state to change to.

class EngineStateMachine
void
changeState
(
string name_a
)

Meta