onContactMaterialRemoved : Phaser.Signal
This signal is dispatched when a Contact Material is removed from the World.
It sends 1 argument: material
which is the Phaser.Physics.P2.ContactMaterial
that was removed from the world.
- Source code: physics/p2/World.js (Line 160)
Please login to continue.