Phaser API Documentation

  Version: 

Member of: Phaser.Time.Clock

paused: boolean

Description:

Whether the Clock is paused (true) or active (false).

When paused, the Clock will not update any of its Timer Events, thus freezing time.

Type:
boolean
Default: false
Since: 3.0.0
Source: src/time/Clock.js (Line 71)