FlexLayer#sendToBack()

sendToBack(child) → {any}

Sends the given child to the bottom of this group so it renders below all other children.

Parameters
Name Type Description
child any

The child to send to the bottom of this group.

Returns
any -

The child that was moved.

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

Please login to continue.