Abstract
AbstractGameSceneState is the abstract base class for all game scene states.
Protected
Called when entering the state.
Called when exiting the state.
Renders the state (default: no-op).
Updates the state.
Delta time.
Character input.
The next state, or null to stay in the current state.
AbstractGameSceneState is the abstract base class for all game scene states.