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