Package org.ngengine
Class NGEApplication.Jme3Application
java.lang.Object
com.jme3.app.LegacyApplication
com.jme3.app.SimpleApplication
org.ngengine.NGEApplication.Jme3Application
- All Implemented Interfaces:
Application
,SystemListener
- Enclosing class:
NGEApplication
-
Field Summary
Fields inherited from class com.jme3.app.SimpleApplication
flyCam, fpsText, guiFont, guiNode, INPUT_MAPPING_CAMERA_POS, INPUT_MAPPING_EXIT, INPUT_MAPPING_HIDE_STATS, INPUT_MAPPING_MEMORY, rootNode, showSettings
Fields inherited from class com.jme3.app.LegacyApplication
assetManager, audioRenderer, cam, context, guiViewPort, inputEnabled, inputManager, joyInput, keyInput, listener, lostFocusBehavior, mouseInput, paused, prof, renderer, renderManager, settings, speed, stateManager, systemListenerAggregator, timer, touchInput, viewPort
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jme3.app.SimpleApplication
getFlyByCamera, getGuiNode, getRootNode, getSpeed, initialize, isShowSettings, loadGuiFont, setDisplayFps, setDisplayStatView, setShowSettings, setSpeed, simpleRender, simpleUpdate, start, update
Methods inherited from class com.jme3.app.LegacyApplication
createCanvas, destroy, destroyInput, enqueue, enqueue, gainFocus, getAppProfiler, getAssetManager, getAudioRenderer, getCamera, getContext, getDisplays, getGuiViewPort, getInputManager, getListener, getLostFocusBehavior, getPrimaryDisplay, getRenderer, getRenderManager, getStateManager, getSystemListeners, getTimer, getViewPort, handleError, isPauseOnLostFocus, loseFocus, requestClose, rescale, reshape, restart, runQueuedTasks, setAppProfiler, setAssetManager, setLostFocusBehavior, setPauseOnLostFocus, setSettings, setTimer, start, start, start, startCanvas, startCanvas, stop, stop
-
Constructor Details
-
Jme3Application
-
-
Method Details
-
setFlyCamEnabled
public void setFlyCamEnabled(boolean enabled) -
simpleInitApp
public void simpleInitApp()- Specified by:
simpleInitApp
in classSimpleApplication
-