worldBounce : Phaser.Point
The elasticity of the Body when colliding with the World bounds.
By default this property is null
, in which case Body.bounce
is used instead. Set this property
to a Phaser.Point object in order to enable a World bounds specific bounce value.
- Source code: physics/arcade/Body.js (Line 189)
Please login to continue.