Phaser API Documentation

  Version: 
isPaused(key)

Description:

Determines whether a Scene is paused.

Parameters:

name type description
key string | Phaser.Scene

The Scene to check.

Returns:
Description:

Whether the Scene is paused, or null if no matching Scene was found.

Type:
  • boolean
Since: 3.17.0