Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ yMin
Method
yMin
packages/fairygui/src/core/GObject.ts:181–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
}
180
181
public get yMin(): number {
182
return
this._pivotAsAnchor ? this._y - this._height * this._pivotY : this._y;
183
}
184
185
public set yMin(value: number) {
186
if
(this._pivotAsAnchor) {
Callers
nothing calls this directly
Calls
1
setXY
Method · 0.95
Tested by
no test coverage detected