| Property | Defined By | ||
|---|---|---|---|
| m_allowSleep : Boolean | b2World | ||
| m_blockAllocator : * | b2World | ||
| m_bodyCount : int | b2World | ||
| m_bodyList : b2Body | b2World | ||
| m_boundaryListener : b2BoundaryListener | b2World | ||
| m_broadPhase : b2BroadPhase | b2World | ||
| m_contactCount : int | b2World | ||
| m_contactFilter : b2ContactFilter | b2World | ||
| m_contactList : b2Contact | b2World | ||
| m_contactListener : b2ContactListener | b2World | ||
| m_contactManager : b2ContactManager | b2World | ||
| m_continuousPhysics : Boolean [static] | b2World | ||
| m_debugDraw : b2DebugDraw | b2World | ||
| m_destructionListener : b2DestructionListener | b2World | ||
| m_gravity : b2Vec2 | b2World | ||
| m_groundBody : b2Body | b2World | ||
| m_inv_dt0 : Number | b2World | ||
| m_jointCount : int | b2World | ||
| m_jointList : b2Joint | b2World | ||
| m_lock : Boolean | b2World | ||
| m_positionCorrection : Boolean [static] | b2World | ||
| m_positionIterationCount : int | b2World | ||
| m_stackAllocator : * | b2World | ||
| m_warmStarting : Boolean [static] | b2World | ||
| Method | Defined By | ||
|---|---|---|---|
| b2World | |||
| b2World | |||
| b2World | |||
DestroyBody(b:b2Body):void | b2World | ||
DestroyJoint(j:b2Joint):void | b2World | ||
DrawDebugData():void | b2World | ||
| b2World | |||
| b2World | |||
GetBodyCount():int | b2World | ||
| b2World | |||
GetContactCount():int | b2World | ||
| b2World | |||
GetJointCount():int | b2World | ||
| b2World | |||
GetPairCount():int | b2World | ||
GetProxyCount():int | b2World | ||
| b2World | |||
| b2World | |||
SetBoundaryListener(listener:b2BoundaryListener):void | b2World | ||
SetContactFilter(filter:b2ContactFilter):void | b2World | ||
SetContactListener(listener:b2ContactListener):void | b2World | ||
SetContinuousPhysics(flag:Boolean):void | b2World | ||
SetDebugDraw(debugDraw:b2DebugDraw):void | b2World | ||
SetDestructionListener(listener:b2DestructionListener):void | b2World | ||
SetGravity(gravity:b2Vec2):void | b2World | ||
SetPositionCorrection(flag:Boolean):void | b2World | ||
SetWarmStarting(flag:Boolean):void | b2World | ||
Solve(step:b2TimeStep):void | b2World | ||
SolveTOI(step:b2TimeStep):void | b2World | ||
Step(dt:Number, iterations:int):void | b2World | ||
Validate():void | b2World | ||
| m_allowSleep | property |
public var m_allowSleep:Boolean| m_blockAllocator | property |
public var m_blockAllocator:*| m_bodyCount | property |
public var m_bodyCount:int| m_bodyList | property |
public var m_bodyList:b2Body| m_boundaryListener | property |
public var m_boundaryListener:b2BoundaryListener| m_broadPhase | property |
public var m_broadPhase:b2BroadPhase| m_contactCount | property |
public var m_contactCount:int| m_contactFilter | property |
public var m_contactFilter:b2ContactFilter| m_contactList | property |
public var m_contactList:b2Contact| m_contactListener | property |
public var m_contactListener:b2ContactListener| m_contactManager | property |
public var m_contactManager:b2ContactManager| m_continuousPhysics | property |
public static var m_continuousPhysics:Boolean| m_debugDraw | property |
public var m_debugDraw:b2DebugDraw| m_destructionListener | property |
public var m_destructionListener:b2DestructionListener| m_gravity | property |
public var m_gravity:b2Vec2| m_groundBody | property |
public var m_groundBody:b2Body| m_inv_dt0 | property |
public var m_inv_dt0:Number| m_jointCount | property |
public var m_jointCount:int| m_jointList | property |
public var m_jointList:b2Joint| m_lock | property |
public var m_lock:Boolean| m_positionCorrection | property |
public static var m_positionCorrection:Boolean| m_positionIterationCount | property |
public var m_positionIterationCount:int| m_stackAllocator | property |
public var m_stackAllocator:*| m_warmStarting | property |
public static var m_warmStarting:Boolean| b2World | () | Constructor |
public function b2World(worldAABB:b2AABB, gravity:b2Vec2, doSleep:Boolean)worldAABB:b2AABB | |
gravity:b2Vec2 | |
doSleep:Boolean |
| CreateBody | () | method |
| CreateJoint | () | method |
| DestroyBody | () | method |
| DestroyJoint | () | method |
| DrawDebugData | () | method |
public function DrawDebugData():void| DrawJoint | () | method |
| DrawShape | () | method |
public function DrawShape(shape:b2Shape, xf:b2XForm, color:b2Color, core:Boolean):voidParameters
shape:b2Shape | |
xf:b2XForm | |
color:b2Color | |
core:Boolean |
| GetBodyCount | () | method |
public function GetBodyCount():intReturnsint |
| GetBodyList | () | method |
| GetContactCount | () | method |
public function GetContactCount():intReturnsint |
| GetGroundBody | () | method |
| GetJointCount | () | method |
public function GetJointCount():intReturnsint |
| GetJointList | () | method |
| GetPairCount | () | method |
public function GetPairCount():intReturnsint |
| GetProxyCount | () | method |
public function GetProxyCount():intReturnsint |
| Query | () | method |
public function Query(aabb:b2AABB, shapes:Array, maxCount:int):intParameters
aabb:b2AABB | |
shapes:Array | |
maxCount:int |
int |
| Refilter | () | method |
| SetBoundaryListener | () | method |
public function SetBoundaryListener(listener:b2BoundaryListener):voidParameters
listener:b2BoundaryListener |
| SetContactFilter | () | method |
| SetContactListener | () | method |
public function SetContactListener(listener:b2ContactListener):voidParameters
listener:b2ContactListener |
| SetContinuousPhysics | () | method |
public function SetContinuousPhysics(flag:Boolean):voidParameters
flag:Boolean |
| SetDebugDraw | () | method |
| SetDestructionListener | () | method |
public function SetDestructionListener(listener:b2DestructionListener):voidParameters
listener:b2DestructionListener |
| SetGravity | () | method |
| SetPositionCorrection | () | method |
public function SetPositionCorrection(flag:Boolean):voidParameters
flag:Boolean |
| SetWarmStarting | () | method |
public function SetWarmStarting(flag:Boolean):voidParameters
flag:Boolean |
| Solve | () | method |
| SolveTOI | () | method |
| Step | () | method |
public function Step(dt:Number, iterations:int):voidParameters
dt:Number | |
iterations:int |
| Validate | () | method |
public function Validate():void