SDF-2D - v0.7.6
    Preparing search index...

    A helper class for calculating the elapsed time between frames.

    Handles the case where the browser tab is not in focus and requestAnimationFrame does not get called for performance reasons. In this case, the returned deltaTime won't be an unreasonably large value.

    Index

    Constructors

    Methods

    • Returns void

    • Return the elapsed time in milliseconds since the previous call of this method by subtracting the previously given currentTime argument from the current currentTime argument.

      Takes visibilitychange events into account.

      Parameters

      • currentTime: number

        Current time acquired e.g. with requestAnimationFrame.

      Returns number