Phaser API Documentation

  Version: 
getStatus(key)

Description:

Return the status of the Scene.

Parameters:

name type description
key string | Phaser.Scene

The Scene to get the status from.

Returns:
Description:

The Scene status. This maps to the Phaser.Scene constants, such as Phaser.Scene.LOADING.

Type:
  • number
Since: 3.60.0