Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getLayoutContentSize
Method
getLayoutContentSize
core/ui/UILayout.cpp:913–916 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
911
}
912
913
Vec2 Layout::getLayoutContentSize() const
914
{
915
return this->getContentSize();
916
}
917
918
const Vector<Node*>& Layout::getLayoutElements() const
919
{
Callers
2
doLayout
Method · 0.80
calculateFinalPositionWithRelativeWidget
Method · 0.80
Calls
1
getContentSize
Method · 0.45
Tested by
no test coverage detected