Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.95
onUILoadComplete
Method · 0.95
Calls
2
onInit
Method · 0.95
doShowAnimation
Method · 0.95
Tested by
no test coverage detected