|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.physics.box2d.JointDef
public class JointDef
Nested Class Summary | |
---|---|
static class |
JointDef.JointType
|
Field Summary | |
---|---|
Body |
bodyA
The first attached body. |
Body |
bodyB
The second attached body |
boolean |
collideConnected
Set this flag to true if the attached bodies should collide. |
JointDef.JointType |
type
The joint type is set automatically for concrete joint types. |
Constructor Summary | |
---|---|
JointDef()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public JointDef.JointType type
public Body bodyA
public Body bodyB
public boolean collideConnected
Constructor Detail |
---|
public JointDef()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |