Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ scaleX
Method
scaleX
packages/fairygui/src/core/GObject.ts:322–324 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
// Scale | 缩放
321
322
public get scaleX(): number {
323
return
this._scaleX;
324
}
325
326
public set scaleX(value: number) {
327
this.setScale(value, this._scaleY);
Callers
nothing calls this directly
Calls
1
setScale
Method · 0.95
Tested by
no test coverage detected