Uses of Class
com.jme3.bullet.control.ragdoll.RagdollPreset

Packages that use RagdollPreset
com.jme3.bullet.control   
com.jme3.bullet.control.ragdoll   
 

Uses of RagdollPreset in com.jme3.bullet.control
 

Fields in com.jme3.bullet.control declared as RagdollPreset
protected  RagdollPreset KinematicRagdollControl.preset
           
 

Constructors in com.jme3.bullet.control with parameters of type RagdollPreset
KinematicRagdollControl(RagdollPreset preset)
           
KinematicRagdollControl(RagdollPreset preset, float weightThreshold)
           
 

Uses of RagdollPreset in com.jme3.bullet.control.ragdoll
 

Subclasses of RagdollPreset in com.jme3.bullet.control.ragdoll
 class HumanoidRagdollPreset