| Package | Description |
|---|---|
| com.jme3.bullet.control |
| Modifier and Type | Field and Description |
|---|---|
protected KinematicRagdollControl.Mode |
KinematicRagdollControl.mode
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
KinematicRagdollControl.Mode |
KinematicRagdollControl.getMode()
Deprecated.
returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
KinematicRagdollControl.setMode(KinematicRagdollControl.Mode mode)
Deprecated.
Enable or disable the ragdoll behaviour.
|