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

Method pivotY

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

Source from the content-addressed store, hash-verified

383 }
384
385 public get pivotY(): number {
386 return this._pivotY;
387 }
388
389 public set pivotY(value: number) {
390 this.setPivot(this._pivotX, value);

Callers

nothing calls this directly

Calls 1

setPivotMethod · 0.95

Tested by

no test coverage detected