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

Method removeSystem

packages/core/src/ECS/Scene.ts:1221–1223  ·  view source on GitHub ↗

* 从场景中删除系统(removeEntityProcessor的别名) * @param system 系统

(system: EntitySystem)

Source from the content-addressed store, hash-verified

1219 * @param system 系统
1220 */
1221 public removeSystem(system: EntitySystem) {
1222 this.removeEntityProcessor(system);
1223 }
1224
1225 /**
1226 * 获取指定类型的EntitySystem处理器

Callers

nothing calls this directly

Calls 1

removeEntityProcessorMethod · 0.95

Tested by

no test coverage detected