removeSpring(spring) → {Phaser.Physics.P2.Spring}
Removes a Spring from the world.
Parameters
Name | Type | Description |
---|---|---|
spring | Phaser.Physics.P2.Spring | The Spring to remove from the World. |
Returns
The Spring that was removed.
- Source code: physics/p2/World.js (Line 955)
Please login to continue.