()
| 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; |