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