| Package | Box2D.Dynamics.Joints |
| Class | public class b2PrismaticJointDef |
| Inheritance | b2PrismaticJointDef b2JointDef |
| Property | Defined by | ||
|---|---|---|---|
| anchorPoint : b2Vec2 | b2PrismaticJointDef | ||
| axis : b2Vec2 | b2PrismaticJointDef | ||
![]() | body1 : b2Body | b2JointDef | |
![]() | body2 : b2Body | b2JointDef | |
![]() | collideConnected : Boolean | b2JointDef | |
| enableLimit : Boolean | b2PrismaticJointDef | ||
| enableMotor : Boolean | b2PrismaticJointDef | ||
| lowerTranslation : Number | b2PrismaticJointDef | ||
| motorForce : Number | b2PrismaticJointDef | ||
| motorSpeed : Number | b2PrismaticJointDef | ||
![]() | type : int | b2JointDef | |
| upperTranslation : Number | b2PrismaticJointDef | ||
![]() | userData : * | b2JointDef | |
| Method | Defined by | ||
|---|---|---|---|
| b2PrismaticJointDef | |||
| anchorPoint | property |
public var anchorPoint:b2Vec2
| axis | property |
public var axis:b2Vec2
| enableLimit | property |
public var enableLimit:Boolean
| enableMotor | property |
public var enableMotor:Boolean
| lowerTranslation | property |
public var lowerTranslation:Number
| motorForce | property |
public var motorForce:Number
| motorSpeed | property |
public var motorSpeed:Number
| upperTranslation | property |
public var upperTranslation:Number
| b2PrismaticJointDef | () | constructor |
public function b2PrismaticJointDef()