Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ clearFrame
Method
clearFrame
packages/core/src/ECS/Systems/EntityCache.ts:119–121 ·
view source on GitHub ↗
* 清除帧缓存 * * 在每帧结束时调用
()
Source
from the content-addressed store, hash-verified
117
* 在每帧结束时调用
118
*/
119
public clearFrame(): void {
120
this._frameCache = null;
121
}
122
123
/**
124
* 清除所有缓存
Callers
1
lateUpdate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected