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

Method handleSkewChanged

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

Source from the content-addressed store, hash-verified

922 }
923
924 protected handleSkewChanged(): void {
925 if (this._displayObject) {
926 this._displayObject.skewX = this._skewX;
927 this._displayObject.skewY = this._skewY;
928 }
929 }
930
931 protected handleRotationChanged(): void {
932 if (this._displayObject) {

Callers 1

setSkewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected