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

Method showModalWait

packages/fairygui/src/core/GRoot.ts:195–200  ·  view source on GitHub ↗

* Show modal wait * 显示模态等待

(msg?: string)

Source from the content-addressed store, hash-verified

193 * 显示模态等待
194 */
195 public showModalWait(msg?: string): void {
196 if (this._modalWaitPane) {
197 this.addChild(this._modalWaitPane);
198 this._modalWaitPane.visible = true;
199 }
200 }
201
202 /**
203 * Close modal wait

Callers

nothing calls this directly

Calls 1

addChildMethod · 0.45

Tested by

no test coverage detected