Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ update
Method
update
packages/core/tests/ECS/Scene.test.ts:118–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
public override update(): void {
119
this.updateCallCount++;
120
super.update();
121
}
122
}
123
124
describe(
'Scene - 场景管理系统测试'
, () => {
Callers
nothing calls this directly
Calls
1
update
Method · 0.65
Tested by
no test coverage detected