onSpringRemoved : Phaser.Signal
This signal is dispatched when a Spring is removed from the World.
It sends 1 argument: spring
which is either a Phaser.Physics.P2.Spring
, p2.LinearSpring
or p2.RotationalSpring
that was removed from the world.
- Source code: physics/p2/World.js (Line 124)
Please login to continue.