| Package | Description |
|---|---|
| com.badlogic.gdx.physics.box2d |
| Modifier and Type | Field and Description |
|---|---|
protected JointEdge |
Joint.jointEdgeA
joint edge a
|
protected JointEdge |
Joint.jointEdgeB
joint edge b
|
| Modifier and Type | Field and Description |
|---|---|
protected Array<JointEdge> |
Body.joints
Joints of this body
|
| Modifier and Type | Method and Description |
|---|---|
Array<JointEdge> |
Body.getJointList()
Get the list of all joints attached to this body.
|