MCPcopy 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

showMethod · 0.80
showOnMethod · 0.80

Calls 2

adjustModalLayerMethod · 0.95
addChildMethod · 0.45

Tested by

no test coverage detected