PackageBox2D.Dynamics.Joints
Classpublic class b2PrismaticJointDef
Inheritanceb2PrismaticJointDef Inheritance b2JointDef



Public Properties
 PropertyDefined by
  anchorPoint : b2Vec2
b2PrismaticJointDef
  axis : b2Vec2
b2PrismaticJointDef
 Inheritedbody1 : b2Body
b2JointDef
 Inheritedbody2 : b2Body
b2JointDef
 InheritedcollideConnected : Boolean
b2JointDef
  enableLimit : Boolean
b2PrismaticJointDef
  enableMotor : Boolean
b2PrismaticJointDef
  lowerTranslation : Number
b2PrismaticJointDef
  motorForce : Number
b2PrismaticJointDef
  motorSpeed : Number
b2PrismaticJointDef
 Inheritedtype : int
b2JointDef
  upperTranslation : Number
b2PrismaticJointDef
 InheriteduserData : *
b2JointDef
Public Methods
 MethodDefined by
  
b2PrismaticJointDef
Property detail
anchorPointproperty
public var anchorPoint:b2Vec2
axisproperty 
public var axis:b2Vec2
enableLimitproperty 
public var enableLimit:Boolean
enableMotorproperty 
public var enableMotor:Boolean
lowerTranslationproperty 
public var lowerTranslation:Number
motorForceproperty 
public var motorForce:Number
motorSpeedproperty 
public var motorSpeed:Number
upperTranslationproperty 
public var upperTranslation:Number
Constructor detail
b2PrismaticJointDef()constructor
public function b2PrismaticJointDef()