Moves a Game Object below another one within this Container.
These 2 Game Objects must already be children of this Container.
name | type | description |
---|---|---|
child1 | Phaser.GameObjects.GameObject |
The Game Object to move below base Game Object. |
child2 | Phaser.GameObjects.GameObject |
The base Game Object. |
This Container instance.