A class representing a state.
Optional
The name of the state.
The manager instance this state belongs to.
Called when entering the state.
Rest
Called when executing the state.
The delta time since the last update in seconds.
Called when exiting the state.
A class representing a state.