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

Method showTooltips

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

* Show tooltip * 显示提示

(msg: string)

Source from the content-addressed store, hash-verified

217 * 显示提示
218 */
219 public showTooltips(msg: string): void {
220 if (!this._defaultTooltipWin) return;
221
222 this._tooltipWin = this._defaultTooltipWin;
223 this._tooltipWin.text = msg;
224 this.showTooltipsWin(this._tooltipWin);
225 }
226
227 /**
228 * Show custom tooltip window

Callers

nothing calls this directly

Calls 1

showTooltipsWinMethod · 0.95

Tested by

no test coverage detected