Class StateManager.StateEntry
java.lang.Object
com.blackrook.engine.state.StateManager.StateEntry
- Enclosing class:
StateManager
-
Constructor Summary
ConstructorsConstructorDescriptionStateEntry(State state, StateConfig stateConfig) Creates a new State Entry for pushing onto the state stack. -
Method Summary
-
Constructor Details
-
StateEntry
Creates a new State Entry for pushing onto the state stack.- Parameters:
state- the state to push.stateConfig- the state's configuration parameters.
-