public interface OnRendererStarted
JmeSurfaceView.startRenderer(int)
.
NB : This listener must be utilized before using JmeSurfaceView.startRenderer(int)
, ie : it would be ignored if you try to use JmeSurfaceView.setOnRendererStarted(OnRendererStarted)
after
JmeSurfaceView.startRenderer(int)
.Modifier and Type | Method and Description |
---|---|
void |
onRenderStart(LegacyApplication application,
android.view.View layout)
Invoked when the game application is started by the
LegacyApplication.start() , the event is dispatched on the
holder Activity context thread. |
void onRenderStart(LegacyApplication application, android.view.View layout)
LegacyApplication.start()
, the event is dispatched on the
holder Activity context thread.application
- the game instance.layout
- the enclosing layout.JmeSurfaceView.startRenderer(int)