onOutOfBounds : Phaser.Signal
This signal is dispatched when the Game Object leaves the Phaser.World bounds.
This signal is only if Sprite.checkWorldBounds
is set to true
.
It is sent one argument:
{any} The Game Object that left the World bounds.
- Source code: gameobjects/components/Events.js (Line 137)
Please login to continue.