|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.app.state.AbstractAppState
com.jme3.app.DebugKeysAppState
public class DebugKeysAppState
Registers a few keys that will dump debug information to the console.
Field Summary | |
---|---|
static java.lang.String |
INPUT_MAPPING_CAMERA_POS
|
static java.lang.String |
INPUT_MAPPING_MEMORY
|
Fields inherited from class com.jme3.app.state.AbstractAppState |
---|
initialized |
Constructor Summary | |
---|---|
DebugKeysAppState()
|
Method Summary | |
---|---|
void |
cleanup()
Cleanup the game state. |
void |
initialize(AppStateManager stateManager,
Application app)
Called to initialize the AppState. |
Methods inherited from class com.jme3.app.state.AbstractAppState |
---|
isEnabled, isInitialized, postRender, render, setEnabled, stateAttached, stateDetached, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INPUT_MAPPING_CAMERA_POS
public static final java.lang.String INPUT_MAPPING_MEMORY
Constructor Detail |
---|
public DebugKeysAppState()
Method Detail |
---|
public void initialize(AppStateManager stateManager, Application app)
AppState
initialize
in interface AppState
initialize
in class AbstractAppState
stateManager
- The state managerpublic void cleanup()
AppState
cleanup
in interface AppState
cleanup
in class AbstractAppState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |