Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ x
Method
x
packages/fairygui/src/core/GObject.ts:128–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
// Position | 位置
127
128
public get x(): number {
129
return
this._x;
130
}
131
132
public set x(value: number) {
133
this.setXY(value, this._y);
Callers
nothing calls this directly
Calls
1
setXY
Method · 0.95
Tested by
no test coverage detected