PackageBox2D.Dynamics
Classpublic class b2DestructionListener
Sourceb2DestructionListener.as

Joints and shapes are destroyed when their associated body is destroyed. Implement this listener so that you may nullify references to these joints and shapes.



Public Methods
 MethodDefined by
  
Called when any fixture is about to be destroyed due to the destruction of its parent body.
b2DestructionListener
  
Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.
b2DestructionListener
Method detail
SayGoodbyeFixture()method
public function SayGoodbyeFixture(fixture:b2Fixture):void

Called when any fixture is about to be destroyed due to the destruction of its parent body.

Parameters
fixture:b2Fixture
SayGoodbyeJoint()method 
public function SayGoodbyeJoint(joint:b2Joint):void

Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.

Parameters
joint:b2Joint