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

Method doInit

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

Source from the content-addressed store, hash-verified

470 }
471
472 private doInit(): void {
473 this._inited = true;
474 this.onInit();
475
476 if (this.isShowing) {
477 this.doShowAnimation();
478 }
479 }
480
481 public dispose(): void {
482 if (this.parent) {

Callers 2

initMethod · 0.95
onUILoadCompleteMethod · 0.95

Calls 2

onInitMethod · 0.95
doShowAnimationMethod · 0.95

Tested by

no test coverage detected