#include <test.h>
Public Member Functions | |
void | SayGoodbye (b2Fixture *fixture) override |
void | SayGoodbye (b2Joint *joint) override |
![]() | |
virtual | ~b2DestructionListener () |
Public Attributes | |
Test * | test |
Called when any fixture is about to be destroyed due to the destruction of its parent body.
Implements b2DestructionListener.
Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.
Implements b2DestructionListener.