onDestroyFixture abstract method

void onDestroyFixture(
  1. Fixture fixture
)

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

Implementation

void onDestroyFixture(Fixture fixture);