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

Method constructor

packages/core/tests/Plugins/DebugPlugin.test.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24@ECSSystem('TestSystem', { updateOrder: 10 })
25class TestSystem extends EntitySystem {
26 constructor() {
27 super(Matcher.empty().all(PositionComponent));
28 }
29
30 protected override process(entities: readonly import('../../src/ECS/Entity').Entity[]): void {
31 // 模拟处理逻辑

Callers

nothing calls this directly

Calls 2

allMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected