public class JointDef
extends java.lang.Object
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.
|
JointType |
type
The joint type is set automatically for concrete joint types.
|
java.lang.Object |
userData
Use this to attach application specific data to your joints.
|
Constructor and Description |
---|
JointDef() |
public JointType type
public java.lang.Object userData
public Body bodyA
public Body bodyB
public boolean collideConnected
Copyright © 2017. All Rights Reserved.