| Package | Box2D.Dynamics |
| Class | public class b2DestructionListener |
| Source | b2DestructionListener.as |
| Method | Defined by | ||
|---|---|---|---|
|
SayGoodbyeFixture(fixture:b2Fixture):void
Called when any fixture is about to be destroyed due
to the destruction of its parent body.
| b2DestructionListener | ||
|
SayGoodbyeJoint(joint:b2Joint):void
Called when any joint is about to be destroyed due
to the destruction of one of its attached bodies.
| b2DestructionListener | ||
| SayGoodbyeFixture | () | method |
public function SayGoodbyeFixture(fixture:b2Fixture):voidCalled when any fixture is about to be destroyed due to the destruction of its parent body.
Parametersfixture:b2Fixture |
| SayGoodbyeJoint | () | method |
public function SayGoodbyeJoint(joint:b2Joint):voidCalled when any joint is about to be destroyed due to the destruction of one of its attached bodies.
Parametersjoint:b2Joint |