Dart Documentationbox2d_consoleFixtureDestructionListener

FixtureDestructionListener typedef

Joints and fixtures are destroyed when their associated body is destroyed. Implement this function type so that you may nullify references to these joints and shapes. It is called when any fixture is about to be destroyed due to the destruction of its parent body.

typedef void FixtureDestructionListener(Fixture fixture);

typedef void FixtureDestructionListener(Fixture fixture) #

typedef void FixtureDestructionListener(Fixture fixture);