mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
corrected the description of elapseTime property in the Clock class.
This commit is contained in:
Vendored
+1
-1
@@ -459,7 +459,7 @@ declare module THREE {
|
||||
|
||||
/**
|
||||
* When the clock is running, It holds the time elapsed btween the start of the clock to the previous update.
|
||||
* This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
|
||||
* This parameter is in seconds of three decimal places.
|
||||
*/
|
||||
elapsedTime: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user