Phaser API Documentation

  Version: 
pause([data])

Description:

Pause this Scene. A paused Scene still renders, it just doesn't run ANY of its update handlers or systems.

Parameters:

name type arguments description
data object <optional>

A data object that will be passed in the 'pause' event.

Returns:
Description:

This Systems object.

Since: 3.0.0
Source: src/scene/Systems.js (Line 416)