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

Method onUILoadComplete

packages/fairygui/src/widgets/Window.ts:461–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459 }
460
461 private onUILoadComplete(): void {
462 for (const source of this._uiSources) {
463 if (!source.loaded) {
464 return;
465 }
466 }
467
468 this._loading = false;
469 this.doInit();
470 }
471
472 private doInit(): void {
473 this._inited = true;

Callers

nothing calls this directly

Calls 1

doInitMethod · 0.95

Tested by

no test coverage detected