|  | Box2D
    2.3.0
    A 2D Physics Engine for Games | 
#include <b2WorldCallbacks.h>
| Public Member Functions | |
| virtual void | SayGoodbye (b2Joint *joint)=0 | 
| virtual void | SayGoodbye (b2Fixture *fixture)=0 | 
Joints and fixtures are destroyed when their associated body is destroyed. Implement this listener so that you may nullify references to these joints and shapes.
| 
 | pure virtual | 
Called when any fixture is about to be destroyed due to the destruction of its parent body.
| 
 | pure virtual | 
Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.
 1.8.17
 1.8.17