Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ skewX
Method
skewX
packages/fairygui/src/core/GObject.ts:350–352 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
348
// Skew | 倾斜
349
350
public get skewX(): number {
351
return
this._skewX;
352
}
353
354
public set skewX(value: number) {
355
this.setSkew(value, this._skewY);
Callers
nothing calls this directly
Calls
1
setSkew
Method · 0.95
Tested by
no test coverage detected