Phaser API Documentation

  Version: 
sendToBack(key)

Description:

Sends a Scene to the back of the Scenes list.

This means it will render below all other Scenes.

Parameters:

name type description
key string | Phaser.Scene

The Scene to move.

Returns:
Description:

This Scene Manager instance.

Since: 3.0.0