public interface OnRendererCompleted
JmeSurfaceView.setOnRendererCompleted(OnRendererCompleted)| Modifier and Type | Method and Description |
|---|---|
void |
onRenderCompletion(com.jme3.app.LegacyApplication application,
com.jme3.system.AppSettings appSettings)
Invoked when the user delay finishes, on the first update of the game, the event is dispatched on the
enclosing Activity context thread.
|
void onRenderCompletion(com.jme3.app.LegacyApplication application,
com.jme3.system.AppSettings appSettings)
application - the current jme game instance.appSettings - the current window settings of the running jme game.JmeSurfaceView.update()