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

Method showOn

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

* Show window on specified GRoot * 在指定 GRoot 上显示窗口

(root: GRoot)

Source from the content-addressed store, hash-verified

228 * 在指定 GRoot 上显示窗口
229 */
230 public showOn(root: GRoot): void {
231 root.showWindow(this);
232 }
233
234 /**
235 * Hide window with animation

Callers

nothing calls this directly

Calls 1

showWindowMethod · 0.80

Tested by

no test coverage detected