If set, starts the clock automatically when the first update is called.
true
When the clock is running, It holds the time elapsed between the start of the clock to the previous update. This parameter is in seconds of three decimal places.
0
When the clock is running, It holds the previous time from a update. This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
0
This property keeps track whether the clock is running or not.
false
When the clock is running, It holds the starttime of the clock. This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
0
Generated using TypeDoc
Object for keeping track of time.
see https://github.com/mrdoob/three.js/blob/master/src/core/Clock.js|src/core/Clock.js