EntityStateMachine.changeState

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

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

class EntityStateMachine
void
changeState
(
string name_a
)

Meta