Moves the given Game Object up one place in this Container, unless it's already at the top.
name | type | description |
---|---|---|
child | Phaser.GameObjects.GameObject |
The Game Object to be moved in the Container. |
This Container instance.