EngineStateMachine.createState

Create a new state in this state machine.

@param name The name of the new state - used to identify it later in the changeState method call. @return The new EntityState object that is the state. This will need to be configured with the appropriate component providers.

class EngineStateMachine
createState
(
string name_a
)

Meta