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

Method pivotX

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

Source from the content-addressed store, hash-verified

375 // Pivot | 轴心
376
377 public get pivotX(): number {
378 return this._pivotX;
379 }
380
381 public set pivotX(value: number) {
382 this.setPivot(value, this._pivotY);

Callers

nothing calls this directly

Calls 1

setPivotMethod · 0.95

Tested by

no test coverage detected