MCPcopy 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.tsFile · 0.45

Calls 2

keysMethod · 0.80
fromMethod · 0.45

Tested by

no test coverage detected