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

Method grayed

packages/fairygui/src/core/GObject.ts:452–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450 }
451
452 public get grayed(): boolean {
453 return this._grayed;
454 }
455
456 public set grayed(value: boolean) {
457 if (this._grayed !== value) {

Callers

nothing calls this directly

Calls 2

handleGrayedChangedMethod · 0.95
updateGearMethod · 0.95

Tested by

no test coverage detected