Interface Elapsed

Object containg different formats of the elapsed time since the last tick.

interface Elapsed {
    elapsedMilliseconds: number;
    elapsedSeconds: number;
}

Properties

elapsedMilliseconds: number

Elapsed time in milliseconds

elapsedSeconds: number

Elapsed time in seconds.