The timescale.
Determines whether this timer should use a fixed time step.
Enables or disables auto reset based on page visibility.
If enabled, the timer will be reset when the page becomes visible. This effectively pauses the timer when the page is hidden. Has no effect if the API is not supported.
The current delta time in seconds.
The elapsed time in seconds.
The fixed delta time in seconds.
A timer.
Original implementation by Michael Herzog (Mugen87).
Deprecated
Use
three/addons/misc/Timer.js
instead.Implements
Implements
Implements