MCPcopy 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
913Vec2 Layout::getLayoutContentSize() const
914{
915 return this->getContentSize();
916}
917
918const Vector<Node*>& Layout::getLayoutElements() const
919{

Callers 2

doLayoutMethod · 0.80

Calls 1

getContentSizeMethod · 0.45

Tested by

no test coverage detected