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

Method handleScaleChanged

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

Source from the content-addressed store, hash-verified

916 }
917
918 protected handleScaleChanged(): void {
919 if (this._displayObject) {
920 this._displayObject.setScale(this._scaleX, this._scaleY);
921 }
922 }
923
924 protected handleSkewChanged(): void {
925 if (this._displayObject) {

Callers 1

setScaleMethod · 0.95

Calls 1

setScaleMethod · 0.45

Tested by

no test coverage detected