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

Method initialize

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

Source from the content-addressed store, hash-verified

101 public updateCallCount = 0;
102
103 public override initialize(): void {
104 this.initializeCalled = true;
105 super.initialize();
106 }
107
108 public override begin(): void {
109 this.beginCalled = true;

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.65

Tested by

no test coverage detected