Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setScale
Method · 0.95
Calls
1
setScale
Method · 0.45
Tested by
no test coverage detected