Phaser API Documentation

  Version: 
moveUp(child)

Description:

Moves the given Game Object up one place in this Container, unless it's already at the top.

Parameters:

name type description
child Phaser.GameObjects.GameObject

The Game Object to be moved in the Container.

Returns:
Description:

This Container instance.

Since: 3.4.0