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