MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / ImmutableTimer

Class ImmutableTimer

src/core/ImmutableTimer.js:7–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 */
6
7export class ImmutableTimer {
8
9 /**
10 * The current delta time in seconds.
11 *
12 * @type {Number}
13 */
14
15 getDelta() { return NaN; }
16
17 /**
18 * The elapsed time in seconds.
19 *
20 * @type {Number}
21 */
22
23 getElapsed() { return NaN; }
24
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…