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

Method begin

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

Source from the content-addressed store, hash-verified

106 }
107
108 public override begin(): void {
109 this.beginCalled = true;
110 super.begin();
111 }
112
113 public override end(): void {
114 this.endCalled = true;

Calls

no outgoing calls

Tested by

no test coverage detected