FlexLayer#onChildInputUp

onChildInputUp : Phaser.Signal

This Signal is dispatched whenever a child of this Group emits an onInputUp signal as a result
of having been interacted with by a Pointer. You can bind functions to this Signal instead of to
every child Sprite.

This Signal is sent 3 arguments: A reference to the Sprite that triggered the signal,
a reference to the Pointer that caused it, and a boolean value isOver that tells you if the Pointer
is still over the Sprite or not.

Inherited From
Source code: core/Group.js (Line 174)
doc_phaser
2017-02-14 10:47:23
Comments
Leave a Comment

Please login to continue.