PackageBox2D.Dynamics.Joints
Classpublic class b2PulleyJointDef
Inheritanceb2PulleyJointDef Inheritance b2JointDef



Public Properties
 PropertyDefined by
  anchorPoint1 : b2Vec2
b2PulleyJointDef
  anchorPoint2 : b2Vec2
b2PulleyJointDef
 Inheritedbody1 : b2Body
b2JointDef
 Inheritedbody2 : b2Body
b2JointDef
 InheritedcollideConnected : Boolean
b2JointDef
  groundPoint1 : b2Vec2
b2PulleyJointDef
  groundPoint2 : b2Vec2
b2PulleyJointDef
  maxLength1 : Number
b2PulleyJointDef
  maxLength2 : Number
b2PulleyJointDef
  ratio : Number
b2PulleyJointDef
 Inheritedtype : int
b2JointDef
 InheriteduserData : *
b2JointDef
Public Methods
 MethodDefined by
  
b2PulleyJointDef
Property detail
anchorPoint1property
public var anchorPoint1:b2Vec2
anchorPoint2property 
public var anchorPoint2:b2Vec2
groundPoint1property 
public var groundPoint1:b2Vec2
groundPoint2property 
public var groundPoint2:b2Vec2
maxLength1property 
public var maxLength1:Number
maxLength2property 
public var maxLength2:Number
ratioproperty 
public var ratio:Number
Constructor detail
b2PulleyJointDef()constructor
public function b2PulleyJointDef()