TimeManager

Manages time and delta time.

Members

Functions

update
void update()

Update the times. Only call once per frame!

Properties

deltaTime
float deltaTime [@property getter]

Time since last frame in seconds.

totalTime
float totalTime [@property getter]

Total time spent running in seconds.

Meta