MCPcopy Create free account
hub / github.com/eva-engine/eva.js / lateUpdate

Method lateUpdate

packages/plugin-stats/lib/StatsSystem.ts:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 document.body.appendChild(this.stats.dom);
45 }
46 lateUpdate() {
47 if (!this.show) return;
48 this.stats && this.stats.end(this.hook);
49 }
50}

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected