MCPcopy Create free account
hub / github.com/MyGUI/mygui / create

Method create

MyGUIEngine/src/MyGUI_SubWidgetBinding.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 void SubWidgetBinding::create(const IntCoord& _coord, Align _aligin, std::string_view _type)
24 {
25 clear();
26 mOffset = _coord;
27 mAlign = _aligin;
28 mType = _type;
29 }
30
31 void SubWidgetBinding::clear()
32 {

Callers 1

deserializationMethod · 0.45

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected