Phaser API Documentation

  Version: 
sendToBack(child)

Description:

Sends the given Game Object to the bottom of this Container. This will cause it to render below any other objects in the Container.

Parameters:

name type description
child Phaser.GameObjects.GameObject

The Game Object to send to the bottom of the Container.

Returns:
Description:

This Container instance.

Since: 3.4.0