Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ showWindow
Method
showWindow
packages/fairygui/src/core/GRoot.ts:328–331 ·
view source on GitHub ↗
* Show window * 显示窗口
(win: GObject)
Source
from the content-addressed store, hash-verified
326
* 显示窗口
327
*/
328
public showWindow(win: GObject): void {
329
this.addChild(win);
330
this.adjustModalLayer();
331
}
332
333
/**
334
* Hide window immediately
Callers
2
show
Method · 0.80
showOn
Method · 0.80
Calls
2
adjustModalLayer
Method · 0.95
addChild
Method · 0.45
Tested by
no test coverage detected