Package | Box2DAS.Dynamics.Joints |
Class | public class b2PulleyJointDef |
Inheritance | b2PulleyJointDef b2JointDef b2Base Object |
Property | Defined By | ||
---|---|---|---|
actor1 : int | b2JointDef | ||
actor2 : int | b2JointDef | ||
anchor1 : String | b2JointDef | ||
anchor2 : String | b2JointDef | ||
_bodyA : b2Body | b2JointDef | ||
bodyA : b2Body | b2JointDef | ||
_bodyB : b2Body | b2JointDef | ||
bodyB : b2Body | b2JointDef | ||
bytes : ByteArray [static] | b2Base | ||
CENTER : String = center [static] | b2JointDef | ||
collideConnected : Boolean | b2JointDef | ||
groundAnchorA : b2Vec2 | b2PulleyJointDef | ||
groundAnchorB : b2Vec2 | b2PulleyJointDef | ||
ID : int | b2JointDef | ||
initialized : Boolean = false [static] | b2Base | ||
lengthA : Number | b2PulleyJointDef | ||
lengthB : Number | b2PulleyJointDef | ||
lib : Object [static] | b2Base | ||
loader : CLibInit [static] | b2Base | ||
localAnchorA : b2Vec2 | b2PulleyJointDef | ||
localAnchorB : b2Vec2 | b2PulleyJointDef | ||
maxLengthA : Number | b2PulleyJointDef | ||
maxLengthB : Number | b2PulleyJointDef | ||
mem : MemUser [static] | b2Base | ||
name : String | b2JointDef | ||
_ptr : Number | b2Base | ||
ratio : Number | b2PulleyJointDef | ||
type : int | b2JointDef | ||
userData : * | b2JointDef | ||
valid : Boolean [read-only]
Does the object point to a C++ equivalent (i.e. | b2Base |
Method | Defined By | ||
---|---|---|---|
b2PulleyJointDef | |||
b2JointDef | |||
deref(adr:int):* [static]
dereference a C++ pointer or AS3_Val that is pointing to an AS3 object. | b2Base | ||
destroy():void [override] | b2PulleyJointDef | ||
getArr():Array [static] | b2Base | ||
initialize(defs:Boolean = true):void [static]
Initialize the C++ module. | b2Base | ||
b2PulleyJointDef | |||
readVertices(adr:int, num:int):Vector.<V2>
Read C++ memory and convert it into a vertex array. | b2Base | ||
writeVertices(adr:int, v:Vector.<V2>):void
Write a vertex array of the format [new V2(x,y), new V2(x,y), ...] to C++ memory. | b2Base |
groundAnchorA | property |
public var groundAnchorA:b2Vec2
groundAnchorB | property |
public var groundAnchorB:b2Vec2
lengthA | property |
lengthA:Number
public function get lengthA():Number
public function set lengthA(value:Number):void
lengthB | property |
lengthB:Number
public function get lengthB():Number
public function set lengthB(value:Number):void
localAnchorA | property |
public var localAnchorA:b2Vec2
localAnchorB | property |
public var localAnchorB:b2Vec2
maxLengthA | property |
maxLengthA:Number
public function get maxLengthA():Number
public function set maxLengthA(value:Number):void
maxLengthB | property |
maxLengthB:Number
public function get maxLengthB():Number
public function set maxLengthB(value:Number):void
ratio | property |
ratio:Number
public function get ratio():Number
public function set ratio(value:Number):void
b2PulleyJointDef | () | Constructor |
public function b2PulleyJointDef()
destroy | () | method |
override public function destroy():void
Initialize | () | method |
public function Initialize(b1:b2Body, b2:b2Body, ga1:V2, ga2:V2, anchorA:V2, anchorB:V2, r:Number):void
Parameters
b1:b2Body | |
b2:b2Body | |
ga1:V2 | |
ga2:V2 | |
anchorA:V2 | |
anchorB:V2 | |
r:Number |