fpsMax : number Advanced timing result: The highest rate the fps has reached (usually no higher than 60fps). Only calculated
args Properties: Name Type Description
delay : number The delay in ms at which this TimerEvent fires. Source code:
autoDestroy : boolean If true, the timer will automatically destroy itself after all the events have been dispatched (assuming
[readonly] frames : integer Advanced timing result: The number of render frames record in
suggestedFps : number The suggested frame rate for your game, based on an averaged real frame rate.This value is only populated
add(timer) → {Phaser.Timer}
[readonly] seconds : number The duration in seconds that this Timer has been running for.
stop(clearEvents) Stops this Timer from running. Does not cause it to be destroyed if autoDestroy is set
[readonly] running : boolean True if the Timer is actively running. Do not modify this
Page 1 of 6