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

Method getCore

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

获取核心实例 | Get core instance

()

Source from the content-addressed store, hash-verified

57 resolveService<T>(token: ServiceToken<T>): T;
58 /** 获取核心实例 | Get core instance */
59 getCore(): ICoreServices;
60}
61
62// 声明全局类型

Callers 1

servicesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected