PackageBox2D.Dynamics.Joints
Classpublic class b2JointDef
Subclassesb2DistanceJointDef, b2GearJointDef, b2MouseJointDef, b2PrismaticJointDef, b2PulleyJointDef, b2RevoluteJointDef



Public Properties
 PropertyDefined by
  body1 : b2Body
b2JointDef
  body2 : b2Body
b2JointDef
  collideConnected : Boolean
b2JointDef
  type : int
b2JointDef
  userData : *
b2JointDef
Public Methods
 MethodDefined by
  
b2JointDef
Property detail
body1property
public var body1:b2Body
body2property 
public var body2:b2Body
collideConnectedproperty 
public var collideConnected:Boolean
typeproperty 
public var type:int
userDataproperty 
public var userData:*
Constructor detail
b2JointDef()constructor
public function b2JointDef()