Time

Manages time and delta time.

Members

Properties

deltaTime
float deltaTime [@property getter]

Time since last frame, in seconds.

totalTime
float totalTime [@property getter]

Total time spent running, in seconds.

Static functions

update
void update()

Update the times. Only call once per frame!

Meta