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

Method error

packages/fairygui/src/ecs/FGUIComponent.ts:194–196  ·  view source on GitHub ↗

* Get error message * 获取错误信息

()

Source from the content-addressed store, hash-verified

192 * 获取错误信息
193 */
194 public get error(): string | null {
195 return this._error;
196 }
197
198 /**
199 * Check if component is ready

Callers 15

useParticlePreviewFunction · 0.45
ParticleEditorPanelFunction · 0.45
initializeMethod · 0.45
loadFontMethod · 0.45
loadTextureMethod · 0.45
notifyMethod · 0.45
emitMethod · 0.45
emitWithContextMethod · 0.45
loadExternalImageMethod · 0.45
_doLoadTextureMethod · 0.45
createComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected