|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JointDef.JointType | |
---|---|
com.badlogic.gdx.physics.box2d |
Uses of JointDef.JointType in com.badlogic.gdx.physics.box2d |
---|
Fields in com.badlogic.gdx.physics.box2d declared as JointDef.JointType | |
---|---|
JointDef.JointType |
JointDef.type
The joint type is set automatically for concrete joint types. |
static JointDef.JointType[] |
JointDef.JointType.valueTypes
|
Methods in com.badlogic.gdx.physics.box2d that return JointDef.JointType | |
---|---|
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. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |