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

Method hideImmediately

packages/fairygui/src/widgets/Window.ts:248–251  ·  view source on GitHub ↗

* Hide window immediately * 立即隐藏窗口

()

Source from the content-addressed store, hash-verified

246 * 立即隐藏窗口
247 */
248 public hideImmediately(): void {
249 const r = this.parent instanceof GRoot ? this.parent : GRoot.inst;
250 r.hideWindowImmediately(this);
251 }
252
253 /**
254 * Center window on GRoot

Callers 2

doHideAnimationMethod · 0.95
disposeMethod · 0.95

Calls 1

hideWindowImmediatelyMethod · 0.80

Tested by

no test coverage detected