Uses of Class
com.jme3.bullet.control.KinematicRagdollControl.Mode

Packages that use KinematicRagdollControl.Mode
com.jme3.bullet.control   
 

Uses of KinematicRagdollControl.Mode in com.jme3.bullet.control
 

Fields in com.jme3.bullet.control declared as KinematicRagdollControl.Mode
protected  KinematicRagdollControl.Mode KinematicRagdollControl.mode
           
 

Methods in com.jme3.bullet.control that return KinematicRagdollControl.Mode
 KinematicRagdollControl.Mode KinematicRagdollControl.getMode()
          retruns the mode of this control
static KinematicRagdollControl.Mode KinematicRagdollControl.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static KinematicRagdollControl.Mode[] KinematicRagdollControl.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.bullet.control with parameters of type KinematicRagdollControl.Mode
protected  void KinematicRagdollControl.setMode(KinematicRagdollControl.Mode mode)
          Enable or disable the ragdoll behaviour.