| Property | Defined by | ||
|---|---|---|---|
![]() | anchorX : Number | JointPart | |
![]() | anchorY : Number | JointPart | |
| arrayIndex : int = -1 | PrismaticJoint | ||
| autoOscillate : Boolean | PrismaticJoint | ||
| axis : b2Vec2 | PrismaticJoint | ||
| blue : int | PrismaticJoint | ||
![]() | checkedCollisionGroup : Boolean = false | Part | |
| collide : Boolean = true | PrismaticJoint | ||
![]() | dragXOff : Number | Part | |
![]() | dragYOff : Number | Part | |
![]() | drawAnyway : Boolean = true | Part | |
| enablePiston : Boolean | PrismaticJoint | ||
| green : int | PrismaticJoint | ||
| initInitLength : Number | PrismaticJoint | ||
| initLength : Number | PrismaticJoint | ||
![]() | isEditable : Boolean = true | Part | |
![]() | isEnabled : Boolean = true | Part | |
![]() | isInitted : Boolean = false | Part | |
![]() | isSandbox : Boolean = false | Part | |
![]() | isStatic : Boolean = false | Part | |
| isStiff : Boolean | PrismaticJoint | ||
| jbTutorial : Boolean = false [static]
| PrismaticJoint | ||
![]() | m_joint : b2Joint = null | JointPart | |
| opacity : int | PrismaticJoint | ||
| outline : Boolean | PrismaticJoint | ||
![]() | part1 : ShapePart | JointPart | |
![]() | part1Index : int = -1 | JointPart | |
![]() | part2 : ShapePart | JointPart | |
![]() | part2Index : int = -1 | JointPart | |
| pistonDownKey : int | PrismaticJoint | ||
| pistonSpeed : Number | PrismaticJoint | ||
| pistonStrength : Number | PrismaticJoint | ||
| pistonUpKey : int | PrismaticJoint | ||
| red : int | PrismaticJoint | ||
![]() | rotateAngle : Number | Part | |
![]() | rotateOrientation : Number | Part | |
![]() | type : String | Part | |
| Method | Defined by | ||
|---|---|---|---|
| PrismaticJoint | |||
|
CheckForBreakage(world:b2World):void
| PrismaticJoint | ||
![]() |
GetAttachedParts(partList:Array = null):Array
| JointPart | |
![]() |
GetJoint():b2Joint
| JointPart | |
|
GetJointPerpTranslation():Number
| PrismaticJoint | ||
![]() | JointPart | ||
|
GetShapes():Array
| PrismaticJoint | ||
|
Init(world:b2World, body:b2Body = null):void
| PrismaticJoint | ||
|
InsideShape(xVal:Number, yVal:Number, scale:Number):Boolean
| PrismaticJoint | ||
![]() |
IntersectsBox(boxX:Number, boxY:Number, boxW:Number, boxH:Number):Boolean
| JointPart | |
|
KeyInput(key:int, up:Boolean, replay:Boolean):void
| PrismaticJoint | ||
| PrismaticJoint | |||
![]() |
Move(xVal:Number, yVal:Number):void
| JointPart | |
|
PrepareForResizing():void
| PrismaticJoint | ||
|
RotateAround(xVal:Number, yVal:Number, curAngle:Number):void
| PrismaticJoint | ||
|
SetJointProperties(other:PrismaticJoint):void
| PrismaticJoint | ||
|
ToString():String
| PrismaticJoint | ||
![]() |
UnInit(world:b2World):void
| JointPart | |
|
Update(world:b2World):void
| PrismaticJoint | ||
| arrayIndex | property |
public var arrayIndex:int = -1
| autoOscillate | property |
public var autoOscillate:Boolean
| axis | property |
public var axis:b2Vec2
| blue | property |
public var blue:int
| collide | property |
public var collide:Boolean = true
| enablePiston | property |
public var enablePiston:Boolean
| green | property |
public var green:int
| initInitLength | property |
public var initInitLength:Number
| initLength | property |
public var initLength:Number
| isStiff | property |
public var isStiff:Boolean
| jbTutorial | property |
public static var jbTutorial:Boolean = false
| opacity | property |
public var opacity:int
| outline | property |
public var outline:Boolean
| pistonDownKey | property |
public var pistonDownKey:int
| pistonSpeed | property |
public var pistonSpeed:Number
| pistonStrength | property |
public var pistonStrength:Number
| pistonUpKey | property |
public var pistonUpKey:int
| red | property |
public var red:int
| PrismaticJoint | () | constructor |
public function PrismaticJoint(p1:ShapePart, p2:ShapePart, x1:Number, y1:Number, x2:Number, y2:Number)Parameters
p1:ShapePart |
|
p2:ShapePart |
|
x1:Number |
|
y1:Number |
|
x2:Number |
|
y2:Number |
| CheckForBreakage | () | method |
public function CheckForBreakage(world:b2World):voidParameters
world:b2World |
| GetJointPerpTranslation | () | method |
public function GetJointPerpTranslation():Number
Returns
Number |
| GetShapes | () | method |
public function GetShapes():Array
Returns
Array |
| Init | () | method |
public override function Init(world:b2World, body:b2Body = null):voidParameters
world:b2World |
|
body:b2Body (default = null) |
| InsideShape | () | method |
public override function InsideShape(xVal:Number, yVal:Number, scale:Number):BooleanParameters
xVal:Number |
|
yVal:Number |
|
scale:Number |
Boolean |
| KeyInput | () | method |
public override function KeyInput(key:int, up:Boolean, replay:Boolean):voidParameters
key:int |
|
up:Boolean |
|
replay:Boolean |
| MakeCopy | () | method |
public override function MakeCopy(p1:ShapePart, p2:ShapePart):JointPartParameters
p1:ShapePart |
|
p2:ShapePart |
JointPart |
| PrepareForResizing | () | method |
public override function PrepareForResizing():void
| RotateAround | () | method |
public override function RotateAround(xVal:Number, yVal:Number, curAngle:Number):voidParameters
xVal:Number |
|
yVal:Number |
|
curAngle:Number |
| SetJointProperties | () | method |
| ToString | () | method |
public override function ToString():String
Returns
String |
| Update | () | method |
public override function Update(world:b2World):voidParameters
world:b2World |