onInputOut : Phaser.Signal
This signal is dispatched if the Game Object has inputEnabled
set to true
,
and receives an out event from a Phaser.Pointer, which was previously over it.
It is sent two arguments:
{any} The Game Object that received the event.
{Phaser.Pointer} The Phaser.Pointer object that caused the event.
- Source code: gameobjects/components/Events.js (Line 166)
Please login to continue.