public interface OnLayoutDrawn
GLSurfaceView is drawn,
the event is dispatched on the user activity context thread.| Modifier and Type | Method and Description |
|---|---|
void |
onLayoutDrawn(com.jme3.app.LegacyApplication legacyApplication,
android.view.View layout)
Dispatched when the layout is drawn on the screen.
|