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

Method constructor

packages/particle/src/systems/ClickFxSystem.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 private _canvas: HTMLCanvasElement | null = null;
53
54 constructor() {
55 super(Matcher.empty().all(ClickFxComponent));
56 }
57
58 /**
59 * 设置服务注册表(用于获取 CoordinateService 和 RenderSystem)

Callers

nothing calls this directly

Calls 2

allMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected