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

Method getScene

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

获取当前场景 | Get current scene

()

Source from the content-addressed store, hash-verified

45interface IPluginAPIInternal {
46 /** 获取当前场景 | Get current scene */
47 getScene(): Scene | null;
48 /** 获取实体存储服务 | Get entity store service */
49 getEntityStore(): EntityStoreService;
50 /** 获取消息总线 | Get message hub */

Callers 9

sceneFunction · 0.65
sceneOrNullFunction · 0.65
currentSceneMethod · 0.65
hasSceneMethod · 0.65
World.test.tsFile · 0.65
updateViewportMethod · 0.65
getSceneMethod · 0.65
setSceneMethod · 0.65
onSceneChangedMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected