Skip navigation links

Package com.jme3.view.surfaceview

Holds JmeSurfaceView with some lifecycle interfaces.

See: Description

Package com.jme3.view.surfaceview Description

Holds JmeSurfaceView with some lifecycle interfaces.

This package provides the following :

JmeSurfaceView : An OpenGL android view wrapper for rendering, updating and destroying a jMonkeyEngine game. OnRendererStarted : Provides a method to be invoked when a jMonkeyEngine application starts. OnLayoutDrawn : Provides a method to be invoked when the GLSurfaceView draws the content, before OnRendererCompleted. OnRendererCompleted : Provides a method to be invoked on the first update of the game. OnExceptionThrown : Provides a method to be invoked when an exception is thrown.

Skip navigation links