Uses of Enum Class
com.jme3.bullet.control.KinematicRagdollControl.Mode
Packages that use KinematicRagdollControl.Mode
Package
Description
physics controls: scene-graph controls for linking physics collision objects
to spatials
-
Uses of KinematicRagdollControl.Mode in com.jme3.bullet.control
Fields in com.jme3.bullet.control declared as KinematicRagdollControl.ModeModifier and TypeFieldDescriptionprotected KinematicRagdollControl.ModeKinematicRagdollControl.modeDeprecated.Methods in com.jme3.bullet.control that return KinematicRagdollControl.ModeModifier and TypeMethodDescriptionKinematicRagdollControl.getMode()Deprecated.returns the mode of this controlstatic KinematicRagdollControl.ModeReturns the enum constant of this class with the specified name.static KinematicRagdollControl.Mode[]KinematicRagdollControl.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jme3.bullet.control with parameters of type KinematicRagdollControl.ModeModifier and TypeMethodDescriptionprotected voidKinematicRagdollControl.setMode(KinematicRagdollControl.Mode mode) Deprecated.Enable or disable the ragdoll behaviour.