Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ getWorldIds
Method
getWorldIds
packages/core/src/ECS/WorldManager.ts:147–149 ·
view source on GitHub ↗
* 获取所有World ID
()
Source
from the content-addressed store, hash-verified
145
* 获取所有World ID
146
*/
147
public getWorldIds(): string[] {
148
return
Array.from(this._worlds.keys());
149
}
150
151
/**
152
* 获取所有World
Callers
1
WorldManager.test.ts
File · 0.45
Calls
2
keys
Method · 0.80
from
Method · 0.45
Tested by
no test coverage detected