|
@@ -28,7 +28,7 @@
|
|
|
|
|
|
<h3>.[page:Float startTime]</h3>
|
|
|
<div>
|
|
|
- When the clock is running, It holds the starttime of the clock. <br />
|
|
|
+ When the clock is running, It holds the start time of the clock. <br />
|
|
|
This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
|
|
|
</div>
|
|
|
|
|
@@ -65,12 +65,12 @@
|
|
|
|
|
|
<h3>.getElapsedTime() [page:Float]</h3>
|
|
|
<div>
|
|
|
- Get milliseconds passed since the clock started.
|
|
|
+ Get the seconds passed since the clock started.
|
|
|
</div>
|
|
|
|
|
|
<h3>.getDelta() [page:Float]</h3>
|
|
|
<div>
|
|
|
- Get the milliseconds passed since the last call to this method.
|
|
|
+ Get the seconds passed since the last call to this method.
|
|
|
</div>
|
|
|
|
|
|
|