TilemapLayer#moveDown()

moveDown() → {PIXI.DisplayObject}

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

If this Game Object hasn't been added to a custom Group then this method will move it one object down 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 87)
doc_phaser
2017-02-14 11:16:16
Comments
Leave a Comment

Please login to continue.