Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addEntityProcessor
Method · 0.95
removeEntityProcessor
Method · 0.95
setUpdateOrder
Function · 0.80
stage
Function · 0.80
before
Function · 0.80
after
Function · 0.80
inSet
Function · 0.80
Scene.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected