MCPcopy Create free account
hub / github.com/esengine/esengine / sceneOrNull

Function sceneOrNull

packages/editor-runtime/src/PluginAPI.ts:103–105  ·  view source on GitHub ↗

* 获取当前场景(可能为 null)

()

Source from the content-addressed store, hash-verified

101 * 获取当前场景(可能为 null)
102 */
103 get sceneOrNull(): Scene | null {
104 return getInternalAPI().getScene();
105 },
106
107 /**
108 * 获取 EntityStoreService

Callers

nothing calls this directly

Calls 2

getInternalAPIFunction · 0.85
getSceneMethod · 0.65

Tested by

no test coverage detected