public class MultiplicityClient extends JMEAppRoot implements IQueueOwner
| Modifier and Type | Field and Description |
|---|---|
static com.jme3.asset.AssetManager |
assetManager
The asset manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
static MultiplicityClient |
get()
Gets the.
|
java.io.File |
getHomeDirectoryForApp(IMultiplicityApp app,
boolean shouldCreateIfDoesNotExist)
Gets the home directory for app.
|
static com.jme3.asset.AssetManager |
getSharedAssetManager()
Gets the shared asset manager.
|
void |
handleError(java.lang.String errMsg,
java.lang.Throwable t) |
void |
setCurrentApp(IMultiplicityApp app)
Sets the current app.
|
void |
simpleInitApp()
Simple init app.
|
void |
simpleUpdate(float tpf)
Simple update.
|
getGuiNode, getRootNode, initialize, loadFPSText, loadStatsView, simpleRender, start, updatecreateCanvas, enqueue, gainFocus, getAssetManager, getAudioRenderer, getCamera, getContext, getGuiViewPort, getInputManager, getListener, getRenderer, getRenderManager, getStateManager, getViewPort, isPauseOnLostFocus, loseFocus, requestClose, reshape, restart, setAssetManager, setPauseOnLostFocus, setSettings, start, startCanvas, startCanvas, stop, stopequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenqueuepublic static MultiplicityClient get()
public static com.jme3.asset.AssetManager getSharedAssetManager()
public void destroy()
destroy in interface com.jme3.system.SystemListenerdestroy in class com.jme3.app.Applicationpublic java.io.File getHomeDirectoryForApp(IMultiplicityApp app, boolean shouldCreateIfDoesNotExist)
app - the appshouldCreateIfDoesNotExist - the should create if does not existpublic void handleError(java.lang.String errMsg,
java.lang.Throwable t)
handleError in interface com.jme3.system.SystemListenerhandleError in class com.jme3.app.Applicationpublic void setCurrentApp(IMultiplicityApp app)
app - the new current apppublic void simpleInitApp()
JMEAppRootsimpleInitApp in class JMEAppRootpublic void simpleUpdate(float tpf)
JMEAppRootsimpleUpdate in class JMEAppRoottpf - the tpf