MCPcopy 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
1218float Widget::getBottomBoundary() const
1219{
1220 return getBoundingBox().origin.y;
1221}
1222
1223float Widget::getRightBoundary() const
1224{

Callers 6

scrollChildrenMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by 1

initMethod · 0.64