Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toggleStatus
Method · 0.95
closeEventHandler
Method · 0.95
Calls
1
doHideAnimation
Method · 0.95
Tested by
no test coverage detected