Text#moveUp()

moveUp() → {PIXI.DisplayObject}

Moves this Game Object up one place in its parents display list.
This call has no effect if the Game Object is already at the top of the display list.

If this Game Object hasn't been added to a custom Group then this method will move it one object up within the Game World,
because the World is the root Group from which all Game Objects descend.

Returns
PIXI.DisplayObject -

This instance.

Inherited From
Source code: gameobjects/components/BringToTop.js (Line 66)
doc_phaser
2017-02-14 11:14:09
Comments
Leave a Comment

Please login to continue.