Timer#autoDestroy
  • References/Game Development/Phaser/Time/Timer

autoDestroy : boolean If true, the timer will automatically destroy itself after all the events have been dispatched (assuming

2025-01-10 15:47:30
Timer#length
  • References/Game Development/Phaser/Time/Timer

[readonly] length : number The number of pending events in the queue.

2025-01-10 15:47:30
Timer#seconds
  • References/Game Development/Phaser/Time/Timer

[readonly] seconds : number The duration in seconds that this Timer has been running for.

2025-01-10 15:47:30
Timer#remove()
  • References/Game Development/Phaser/Time/Timer

remove(event) Removes a pending TimerEvent from the queue. Parameters

2025-01-10 15:47:30
Timer#running
  • References/Game Development/Phaser/Time/Timer

[readonly] running : boolean True if the Timer is actively running. Do not modify this

2025-01-10 15:47:30
Timer#stop()
  • References/Game Development/Phaser/Time/Timer

stop(clearEvents) Stops this Timer from running. Does not cause it to be destroyed if autoDestroy is set

2025-01-10 15:47:30
Timer.HALF
  • References/Game Development/Phaser/Time/Timer

[static] HALF : integer Number of milliseconds in half a second.

2025-01-10 15:47:30
Timer.QUARTER
  • References/Game Development/Phaser/Time/Timer

[static] QUARTER : integer Number of milliseconds in a quarter of a second.

2025-01-10 15:47:30
Timer#events
  • References/Game Development/Phaser/Time/Timer

events : Array.<Phaser.TimerEvent> An array

2025-01-10 15:47:30
Timer#Timer
  • References/Game Development/Phaser/Time/Timer

new Timer(game, autoDestroy) A Timer is a way to create and manage

2025-01-10 15:47:30