Brings the given Game Object to the top of this Container. This will cause it to render on-top of any other objects in the Container.
name | type | description |
---|---|---|
child | Phaser.GameObjects.GameObject |
The Game Object to bring to the top of the Container. |
This Container instance.