MCPcopy Create free account
hub / github.com/esengine/esengine / destroy

Function destroy

examples/core-demos/src/demos/DemoBase.ts:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public destroy() {
62 this.stop();
63 this.scene.end();
64 }
65
66 protected loop = () => {
67 if (!this.isRunning) return;

Callers

nothing calls this directly

Calls 2

stopMethod · 0.65
endMethod · 0.45

Tested by

no test coverage detected