Time#elapsedSecondsSince()
  • References/Game Development/Phaser/Time/Time

elapsedSecondsSince(since) → {number} How long has passed since the given time (in seconds).

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
Time#totalElapsedSeconds()
  • References/Game Development/Phaser/Time/Time

totalElapsedSeconds() → {number} The number of seconds that have elapsed since the game was started

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
TimerEvent#callback
  • References/Game Development/Phaser/Time/TimerEvent

callback : Function The callback that will be called when the TimerEvent occurs. Source

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

physicsElapsed : number The physics update delta, in fractional seconds. This should be used as an applicable multiplier

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
TimerEvent#loop
  • References/Game Development/Phaser/Time/TimerEvent

loop : boolean True if this TimerEvent loops, otherwise false. Source code:

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