Package | Description |
---|---|
com.badlogic.gdx.physics.box2d |
Modifier and Type | Field and Description |
---|---|
JointDef.JointType |
JointDef.type
The joint type is set automatically for concrete joint types.
|
static JointDef.JointType[] |
JointDef.JointType.valueTypes |
Modifier and Type | Method and Description |
---|---|
JointDef.JointType |
Joint.getType()
Get the type of the concrete joint.
|
static JointDef.JointType |
JointDef.JointType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JointDef.JointType[] |
JointDef.JointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|