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

Method initialize

packages/core/tests/ECS/World.test.ts:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 public endCalled = false;
80
81 public override initialize(): void {
82 this.initializeCalled = true;
83 super.initialize();
84 }
85
86 public override begin(): void {
87 this.beginCalled = true;

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.65

Tested by

no test coverage detected