Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ onExternalLoadFailed
Method
onExternalLoadFailed
packages/fairygui/src/widgets/GLoader.ts:465–467 ·
view source on GitHub ↗
* Called when external resource failed to load * 外部资源加载失败时调用
()
Source
from the content-addressed store, hash-verified
463
* 外部资源加载失败时调用
464
*/
465
protected onExternalLoadFailed(): void {
466
this.setErrorState();
467
}
468
469
/**
470
* Set error state and show error sign
Callers
1
loadExternalImage
Method · 0.95
Calls
1
setErrorState
Method · 0.95
Tested by
no test coverage detected