Uses of Class
com.jme3.view.surfaceview.JmeSurfaceView.DestructionPolicy
-
Packages that use JmeSurfaceView.DestructionPolicy Package Description com.jme3.view.surfaceview HoldsJmeSurfaceViewwith some lifecycle interfaces. -
-
Uses of JmeSurfaceView.DestructionPolicy in com.jme3.view.surfaceview
Methods in com.jme3.view.surfaceview that return JmeSurfaceView.DestructionPolicy Modifier and Type Method Description JmeSurfaceView.DestructionPolicyJmeSurfaceView. getDestructionPolicy()Gets the current destruction policy.static JmeSurfaceView.DestructionPolicyJmeSurfaceView.DestructionPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JmeSurfaceView.DestructionPolicy[]JmeSurfaceView.DestructionPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jme3.view.surfaceview with parameters of type JmeSurfaceView.DestructionPolicy Modifier and Type Method Description voidJmeSurfaceView. setDestructionPolicy(JmeSurfaceView.DestructionPolicy destructionPolicy)Sets the current destruction policy, destruction policyKEEP_WHEN_FINISHensures that we protect the app state usingJmeSurfaceView.GameState.legacyApplicationstatic memory when the activity finishes, whileDESTROY_WHEN_FINISHdestroys the game context with the activity onDestroy().
-