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

Method alpha

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

Source from the content-addressed store, hash-verified

517 }
518
519 public get alpha(): number {
520 return this._alpha;
521 }
522
523 public set alpha(value: number) {
524 if (this._alpha !== value) {

Callers

nothing calls this directly

Calls 2

handleAlphaChangedMethod · 0.95
updateGearMethod · 0.95

Tested by

no test coverage detected