A class representing a state machine manager.
Creates a new state machine manager.
Optional
Object of state objects to register.
The version of the module.
Registers a new state with the state machine.
The name of the state.
The state object.
Sets the current state of the state machine.
The name of the state to set.
Rest
The arguments that were passed when setting this state.
Gets the current state.
Updates the current state of the state machine.
The delta time since the last update in seconds.
A class representing a state machine manager.