Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParticleEditorStore.ts
File · 0.45
useParticlePreview
Function · 0.45
ParticleEditorPanel
Function · 0.45
initialize
Method · 0.45
loadFont
Method · 0.45
loadTexture
Method · 0.45
notify
Method · 0.45
emit
Method · 0.45
emitWithContext
Method · 0.45
loadExternalImage
Method · 0.45
_doLoadTexture
Method · 0.45
createComponent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected