| Package | Box2D.Dynamics.Joints |
| Class | public class b2JointDef |
| Inheritance | b2JointDef Object |
| Subclasses | b2DistanceJointDef, b2GearJointDef, b2MouseJointDef, b2PrismaticJointDef, b2PulleyJointDef, b2RevoluteJointDef |
| Property | Defined By | ||
|---|---|---|---|
| body1 : b2Body | b2JointDef | ||
| body2 : b2Body | b2JointDef | ||
| collideConnected : Boolean | b2JointDef | ||
| type : int | b2JointDef | ||
| userData : * | b2JointDef | ||
| Method | Defined By | ||
|---|---|---|---|
| b2JointDef | |||
| body1 | property |
public var body1:b2Body| body2 | property |
public var body2:b2Body| collideConnected | property |
public var collideConnected:Boolean| type | property |
public var type:int| userData | property |
public var userData:*| b2JointDef | () | Constructor |
public function b2JointDef()