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