public interface OnRendererCompleted
JmeSurfaceView
joins the UI thread , after asynchronous rendering.Modifier and Type | Method and Description |
---|---|
void |
onRenderCompletion(LegacyApplication application,
AppSettings appSettings)
Listens for the the moment when when the GL thread holding the #
JmeSurfaceView
joins the UI thread , after asynchronous rendering. |
void onRenderCompletion(LegacyApplication application, AppSettings appSettings)
JmeSurfaceView
joins the UI thread , after asynchronous rendering.application
- the current jme game instance.appSettings
- the current window settings of the running jme game.