Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ getAllScenes
Method
getAllScenes
packages/core/src/ECS/World.ts:250–252 ·
view source on GitHub ↗
* 获取所有Scene
()
Source
from the content-addressed store, hash-verified
248
* 获取所有Scene
249
*/
250
public getAllScenes(): IScene[] {
251
return
Array.from(this._scenes.values());
252
}
253
254
/**
255
* 移除所有Scene
Callers
4
getStats
Method · 0.45
queryEntities
Method · 0.45
shouldCleanupWorld
Method · 0.45
World.test.ts
File · 0.45
Calls
2
from
Method · 0.45
values
Method · 0.45
Tested by
no test coverage detected