b2internal var m_world:b2World
public function b2ContactManager()
public function Collide():void
This is the top level collision call for the time step. Here
all the narrow phase collision is processed for the world
contact list.
public function Destroy(c:b2Contact):void
Parameters
public override function PairAdded(proxyUserData1:*, proxyUserData2:*):*
This is a callback from the broadphase when two AABB proxies begin
to overlap. We create a b2Contact to manage the narrow phase.
Parameters
| proxyUserData1:* |
|
| proxyUserData2:* |
Returns
public override function PairRemoved(proxyUserData1:*, proxyUserData2:*, pairUserData:*):void
This is a callback from the broadphase when two AABB proxies cease
to overlap. We retire the b2Contact.
Parameters
| proxyUserData1:* |
|
| proxyUserData2:* |
|
| pairUserData:* |