Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ getSceneIds
Method
getSceneIds
packages/core/src/ECS/World.ts:243–245 ·
view source on GitHub ↗
* 获取所有Scene ID
()
Source
from the content-addressed store, hash-verified
241
* 获取所有Scene ID
242
*/
243
public getSceneIds(): string[] {
244
return
Array.from(this._scenes.keys());
245
}
246
247
/**
248
* 获取所有Scene
Callers
1
World.test.ts
File · 0.45
Calls
2
keys
Method · 0.80
from
Method · 0.45
Tested by
no test coverage detected