Interface OnRendererStarted

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onRenderStart​(com.jme3.app.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.
    • Method Detail

      • onRenderStart

        void onRenderStart​(com.jme3.app.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.
        Parameters:
        application - the game instance.
        layout - the enclosing layout.
        See Also:
        JmeSurfaceView.startRenderer(int)