Phaser API Documentation

  Version: 

Member of: Phaser.Structs.List

sendToBack(child)

Description:

Sends the given child to the bottom of this List.

Parameters:

name type description
child *

The item to send to the back of the list.

Returns:
Description:

The item which was moved.

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