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

Method markSystemsOrderDirty

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

* 标记系统顺序为脏 * * 当系统列表或顺序发生变化时调用,使缓存失效

()

Source from the content-addressed store, hash-verified

352 * 当系统列表或顺序发生变化时调用,使缓存失效
353 */
354 public markSystemsOrderDirty(): void {
355 this._systemsOrderDirty = true;
356 }
357
358 /**
359 * 获取场景的服务容器

Callers 8

addEntityProcessorMethod · 0.95
removeEntityProcessorMethod · 0.95
setUpdateOrderFunction · 0.80
stageFunction · 0.80
beforeFunction · 0.80
afterFunction · 0.80
inSetFunction · 0.80
Scene.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected