PackageBox2D.Dynamics.Joints
Classpublic class b2JointDef
Inheritanceb2JointDef Inheritance Object
Subclasses b2DistanceJointDef, 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()