[readonly] paused : boolean
The paused state of the Timer. You can pause the timer by calling Timer.pause() and Timer.resume() or by the game pausing.
- Source code: time/Timer.js (Line 91)
[readonly] paused : boolean
The paused state of the Timer. You can pause the timer by calling Timer.pause() and Timer.resume() or by the game pausing.
Please login to continue.