MCPcopy 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

Calls 2

keysMethod · 0.80
fromMethod · 0.45

Tested by

no test coverage detected