Property | Defined by | ||
---|---|---|---|
m_allocator : * | b2Island | ||
m_bodies : Array | b2Island | ||
m_bodyCapacity : int | b2Island | ||
m_bodyCount : int | b2Island | ||
m_contactCapacity : int | b2Island | ||
m_contactCount : int | b2Island | ||
m_contacts : Array | b2Island | ||
m_jointCapacity : int | b2Island | ||
m_jointCount : int | b2Island | ||
m_joints : Array | b2Island | ||
m_positionError : Number | b2Island | ||
m_positionIterationCount : uint [static]
| b2Island |
Method | Defined by | ||
---|---|---|---|
b2Island(bodyCapacity:int, contactCapacity:int, jointCapacity:int, allocator:*)
| b2Island | ||
b2Island | |||
AddContact(contact:b2Contact):void
| b2Island | ||
b2Island | |||
Clear():void
| b2Island | ||
b2Island | |||
UpdateSleep(dt:Number):void
| b2Island |
m_allocator | property |
public var m_allocator:*
m_bodies | property |
public var m_bodies:Array
m_bodyCapacity | property |
public var m_bodyCapacity:int
m_bodyCount | property |
public var m_bodyCount:int
m_contactCapacity | property |
public var m_contactCapacity:int
m_contactCount | property |
public var m_contactCount:int
m_contacts | property |
public var m_contacts:Array
m_jointCapacity | property |
public var m_jointCapacity:int
m_jointCount | property |
public var m_jointCount:int
m_joints | property |
public var m_joints:Array
m_positionError | property |
public var m_positionError:Number
m_positionIterationCount | property |
public static var m_positionIterationCount:uint
b2Island | () | constructor |
public function b2Island(bodyCapacity:int, contactCapacity:int, jointCapacity:int, allocator:*)
Parameters
bodyCapacity:int |
|
contactCapacity:int |
|
jointCapacity:int |
|
allocator:* |
AddBody | () | method |
AddContact | () | method |
AddJoint | () | method |
Clear | () | method |
public function Clear():void
Solve | () | method |
public function Solve(step:b2TimeStep, gravity:b2Vec2):void
Parameters
step:b2TimeStep |
|
gravity:b2Vec2 |
UpdateSleep | () | method |
public function UpdateSleep(dt:Number):void
Parameters
dt:Number |