MCPcopy Create free account
hub / github.com/axmolengine/axmol / init

Method init

core/ui/UIHBox.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool HBox::init()
63{
64 if (Layout::init())
65 {
66 setLayoutType(Layout::Type::HORIZONTAL);
67 return true;
68 }
69 return false;
70}
71
72bool HBox::initWithSize(const Vec2& size)
73{

Callers 7

createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45

Calls 1

initFunction · 0.50

Tested by

no test coverage detected