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

Method scaleY

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

Source from the content-addressed store, hash-verified

328 }
329
330 public get scaleY(): number {
331 return this._scaleY;
332 }
333
334 public set scaleY(value: number) {
335 this.setScale(this._scaleX, value);

Callers

nothing calls this directly

Calls 1

setScaleMethod · 0.95

Tested by

no test coverage detected