TimeKeeper

TimeKeeper

A class of static methods that could be used to keep and get frame time TimeKeeper._sae is used as the deltaTime value in classes such as MapTraveler.


Constructor

new TimeKeeper()

Members

(static) _sae

By default .666666666667, all Travelers are using this static value for delta frame time.

Methods

(static) keepTime()

sets TimeKeeper.time to now() and updates timeElapsed