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

Method constructor

packages/camera/src/CameraSystem.ts:15–19  ·  view source on GitHub ↗
(renderConfig: IRenderConfigService)

Source from the content-addressed store, hash-verified

13 private lastAppliedCameraId: number | null = null;
14
15 constructor(renderConfig: IRenderConfigService) {
16 // Match entities with CameraComponent
17 super(Matcher.empty().all(CameraComponent));
18 this.renderConfig = renderConfig;
19 }
20
21 protected override onBegin(): void {
22 // Will process cameras in process()

Callers

nothing calls this directly

Calls 2

allMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected