Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getBottomBoundary
Method
getBottomBoundary
core/ui/UIWidget.cpp:1218–1221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1216
}
1217
1218
float Widget::getBottomBoundary() const
1219
{
1220
return getBoundingBox().origin.y;
1221
}
1222
1223
float Widget::getRightBoundary() const
1224
{
Callers
6
calculateFinalPositionWithRelativeWidget
Method · 0.80
getHowMuchOutOfBoundary
Method · 0.80
getHowMuchOutOfBoundary
Method · 0.80
scrollChildren
Method · 0.80
init
Method · 0.80
lua_ax_ui_Widget_getBottomBoundary
Function · 0.80
Calls
no outgoing calls
Tested by
1
init
Method · 0.64