[readonly] fps : number Advanced timing result: Frames per second. Only calculated
start(delay) Starts this Timer running. Parameters
[static] MINUTE : integer Number of milliseconds in a minute.
new Time(game) This is the core internal game clock. It manages the elapsed time and calculation of elapsed values, used for
advancedTiming : boolean If true then advanced profiling, including the fps rate, fps min/max, suggestedFps and msMin/msMax are
new TimerEvent(timer, delay, tick, repeatCount, loop, callback, callbackContext, arguments) A TimerEvent is a single event that is processed
destroy() Destroys this Timer. Any pending Events are not dispatched.The onComplete callbacks won't be called.
desiredFps : integer The desired frame rate of the game. This is used is used to calculate the physic / logic multiplier
Page 6 of 6