Phaser API Documentation

  Version: 

Member of: Phaser.Structs.List

moveBelow(child1, child2)

Description:

Moves an item below another one in the List. If the given item is already below the other, it isn't moved. Below means toward the start of the List.

Parameters:

name type description
child1 *

The element to move below base element.

child2 *

The base element.

Since: 3.55.0
Source: src/structs/List.js (Line 376)