Phaser API Documentation

  Version: 

Member of: Phaser.Structs.List

moveDown(child)

Description:

Moves the given child down one place in this group unless it's already at the bottom.

Parameters:

name type description
child *

The item to move down.

Returns:
Description:

The item which was moved.

Type:
  • *
Since: 3.0.0
Source: src/structs/List.js (Line 514)