removeContactMaterial(material) → {Phaser.Physics.P2.ContactMaterial}
Removes a Contact Material from the world.
Parameters
Name | Type | Description |
---|---|---|
material | Phaser.Physics.P2.ContactMaterial | The Contact Material to be removed from the World. |
Returns
The Contact Material that was removed.
- Source code: physics/p2/World.js (Line 1170)
Please login to continue.