public class JointDef
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JointDef.JointType |
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
JointDef() |
public JointDef.JointType type
public Body bodyA
public Body bodyB
public boolean collideConnected