Package | Box2D.Dynamics |
Class | public class b2DestructionListener |
Source | b2DestructionListener.as |
Method | Defined by | ||
---|---|---|---|
SayGoodbyeJoint(joint:b2Joint):void
Called when any joint is about to be destroyed due
to the destruction of one of its attached bodies.
| b2DestructionListener | ||
SayGoodbyeShape(shape:b2Shape):void
Called when any shape is about to be destroyed due
to the destruction of its parent body.
| b2DestructionListener |
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.
Parametersjoint:b2Joint |
SayGoodbyeShape | () | method |
public function SayGoodbyeShape(shape:b2Shape):void
Called when any shape is about to be destroyed due to the destruction of its parent body.
Parametersshape:b2Shape |