com.jme3.app
Class DebugKeysAppState

java.lang.Object
  extended by com.jme3.app.state.AbstractAppState
      extended by com.jme3.app.DebugKeysAppState
All Implemented Interfaces:
AppState

public class DebugKeysAppState
extends AbstractAppState

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

INPUT_MAPPING_CAMERA_POS

public static final java.lang.String INPUT_MAPPING_CAMERA_POS
See Also:
Constant Field Values

INPUT_MAPPING_MEMORY

public static final java.lang.String INPUT_MAPPING_MEMORY
See Also:
Constant Field Values
Constructor Detail

DebugKeysAppState

public DebugKeysAppState()
Method Detail

initialize

public void initialize(AppStateManager stateManager,
                       Application app)
Description copied from interface: AppState
Called to initialize the AppState.

Specified by:
initialize in interface AppState
Overrides:
initialize in class AbstractAppState
Parameters:
stateManager - The state manager

cleanup

public void cleanup()
Description copied from interface: AppState
Cleanup the game state.

Specified by:
cleanup in interface AppState
Overrides:
cleanup in class AbstractAppState