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

Method hide

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

* Hide window with animation * 隐藏窗口(带动画)

()

Source from the content-addressed store, hash-verified

236 * 隐藏窗口(带动画)
237 */
238 public hide(): void {
239 if (this.isShowing) {
240 this.doHideAnimation();
241 }
242 }
243
244 /**
245 * Hide window immediately

Callers 2

toggleStatusMethod · 0.95
closeEventHandlerMethod · 0.95

Calls 1

doHideAnimationMethod · 0.95

Tested by

no test coverage detected