File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1990,11 +1990,13 @@ and [<NoEquality; NoComparison>] World =
19901990 member this.UpdateTime =
19911991 AmbientState.getUpdateTime this.AmbientState
19921992
1993- /// Get the amount of clock time between this and the previous frame.
1993+ /// Get the amount of clock time (in seconds) between this and the previous frame. Clock time is the primary means
1994+ /// for scaling frame-based phenomena like speeds and impulses.
19941995 member this.ClockDelta =
19951996 AmbientState.getClockDelta this.AmbientState
19961997
1997- /// Get the amount of clock time that has transpired since the world began advancing.
1998+ /// Get the amount of clock time (in seconds) that has transpired since the world began advancing. Clock time is
1999+ /// the primary means for scaling frame-based phenomena like speeds and impulses.
19982000 member this.ClockTime =
19992001 AmbientState.getClockTime this.AmbientState
20002002
You can’t perform that action at this time.
0 commit comments