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

Method end

packages/core/tests/ECS/Scene.test.ts:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 public override end(): void {
114 this.endCalled = true;
115 super.end();
116 }
117
118 public override update(): void {
119 this.updateCallCount++;

Calls

no outgoing calls

Tested by

no test coverage detected