whether to automatically start the clock. Default is true.
whether to automatically start the clock. Default is true.
If set, starts the clock automatically when the first update is called. Default is true.
Keeps track of the total time that the clock has been running.
Holds the time at which the clock's start, getElapsedTime or getDelta methods were last called.
Whether the clock is running or not.
Holds the time at which the clock's start method was last called.
If set, starts the clock automatically when the first update is called. Default is true.
Keeps track of the total time that the clock has been running.
Holds the time at which the clock's start, getElapsedTime or getDelta methods were last called.
Whether the clock is running or not.
Holds the time at which the clock's start method was last called.
Gets timer
timer
Starts clock. Also sets the startTime and oldTime to the current time, sets elapsedTime to 0 and running to true.
Stops clock and sets oldTime to the current time.
Starts clock. Also sets the startTime and oldTime to the current time, sets elapsedTime to 0 and running to true.
Stops clock and sets oldTime to the current time.
Generated using TypeDoc
Three clock
See the ngx3js docs page for details.