Phaser API Documentation

  Version: 
moveDown(child)

Description:

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

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