Interface OnRendererStarted


public interface OnRendererStarted
An interface used for invoking an event when the application is started explicitly from 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).
See Also:
  • Method Summary

    Modifier and Type
    Method
    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.