Skip to content

Commit 3c7aeae

Browse files
committed
Update doc comments
1 parent 02f1661 commit 3c7aeae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utils/ImmutableTimer.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ export interface ImmutableTimer {
88

99
/**
1010
* Returns the current delta time in seconds.
11+
+
12+
+ @return The current delta time.
1113
*/
1214

1315
getDelta(): number;
1416

1517
/**
1618
* Returns the elapsed time in seconds.
19+
+
20+
+ @return The elapsed time.
1721
*/
1822

1923
getElapsed(): number;

0 commit comments

Comments
 (0)