Package | Box2D.Dynamics.Joints |
Class | public class b2PulleyJointDef |
Inheritance | b2PulleyJointDef ![]() |
Property | Defined by | ||
---|---|---|---|
anchorPoint1 : b2Vec2 | b2PulleyJointDef | ||
anchorPoint2 : b2Vec2 | b2PulleyJointDef | ||
![]() | body1 : b2Body | b2JointDef | |
![]() | body2 : b2Body | b2JointDef | |
![]() | collideConnected : Boolean | b2JointDef | |
groundPoint1 : b2Vec2 | b2PulleyJointDef | ||
groundPoint2 : b2Vec2 | b2PulleyJointDef | ||
maxLength1 : Number | b2PulleyJointDef | ||
maxLength2 : Number | b2PulleyJointDef | ||
ratio : Number | b2PulleyJointDef | ||
![]() | type : int | b2JointDef | |
![]() | userData : * | b2JointDef |
Method | Defined by | ||
---|---|---|---|
b2PulleyJointDef |
anchorPoint1 | property |
public var anchorPoint1:b2Vec2
anchorPoint2 | property |
public var anchorPoint2:b2Vec2
groundPoint1 | property |
public var groundPoint1:b2Vec2
groundPoint2 | property |
public var groundPoint2:b2Vec2
maxLength1 | property |
public var maxLength1:Number
maxLength2 | property |
public var maxLength2:Number
ratio | property |
public var ratio:Number
b2PulleyJointDef | () | constructor |
public function b2PulleyJointDef()