[readonly] ms : number The duration in milliseconds that this Timer has been running for.
pause() Pauses the Timer and all events in the queue. Source code:
new Timer(game, autoDestroy) A Timer is a way to create and manage
add(delay, callback, callbackContext, arguments) → {Phaser
[readonly] duration : number The duration in ms remaining until the next event will occur
[readonly] paused : boolean The paused state of the Timer. You can pause the timer by calling
loop(delay, callback, callbackContext, arguments) → {Phaser
[readonly] expired : boolean An expired Timer is one in which all of its events have been
repeat(delay, repeatCount, callback, callbackContext, arguments) → {
resume() Resumes the Timer and updates all pending events. Source code:
Page 2 of 3