FlexLayer#bringToTop()

bringToTop(child) → {any}

Brings the given child to the top of this group so it renders above all other children.

Parameters
Name Type Description
child any

The child to bring to the top of this group.

Returns
any -

The child that was moved.

Inherited From
Source code: core/Group.js (Line 907)
doc_phaser
2017-02-14 10:46:28
Comments
Leave a Comment

Please login to continue.