Uses of Interface
com.jme3.view.surfaceview.OnLayoutDrawn
-
Packages that use OnLayoutDrawn Package Description com.jme3.view.surfaceview HoldsJmeSurfaceViewwith some lifecycle interfaces. -
-
Uses of OnLayoutDrawn in com.jme3.view.surfaceview
Methods in com.jme3.view.surfaceview with parameters of type OnLayoutDrawn Modifier and Type Method Description voidJmeSurfaceView. setOnLayoutDrawn(OnLayoutDrawn onLayoutDrawn)Sets the listener that will dispatch an event when the layout is drawn byJmeSurfaceView.addGlSurfaceView().
-