Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ show
Method
show
packages/fairygui/src/widgets/Window.ts:222–224 ·
view source on GitHub ↗
* Show window on default GRoot * 在默认 GRoot 上显示窗口
()
Source
from the content-addressed store, hash-verified
220
* 在默认 GRoot 上显示窗口
221
*/
222
public show(): void {
223
GRoot.inst.showWindow(this);
224
}
225
226
/**
227
* Show window on specified GRoot
Callers
1
toggleStatus
Method · 0.95
Calls
1
showWindow
Method · 0.80
Tested by
no test coverage detected