onBodyRemoved : Phaser.Signal
This signal is dispatched when a Body is removed to the World.
It sends 1 argument: body
which is the Phaser.Physics.P2.Body
that was removed from the world.
- Source code: physics/p2/World.js (Line 106)
onBodyRemoved : Phaser.Signal
This signal is dispatched when a Body is removed to the World.
It sends 1 argument: body
which is the Phaser.Physics.P2.Body
that was removed from the world.
Please login to continue.