Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ dispose
Method
dispose
packages/core/src/ECS/SceneManager.ts:305–307 ·
view source on GitHub ↗
* 释放资源(IService接口)
()
Source
from the content-addressed store, hash-verified
303
* 释放资源(IService接口)
304
*/
305
public dispose(): void {
306
this.destroy();
307
}
308
}
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.95
Tested by
no test coverage detected