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

Method destroyDrawItem

MyGUIEngine/src/MyGUI_SubSkin.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void SubSkin::destroyDrawItem()
166 {
167 MYGUI_ASSERT(mRenderItem, "mRenderItem must be not nullptr");
168
169 mNode = nullptr;
170 mRenderItem->removeDrawItem(this);
171 mRenderItem = nullptr;
172 }
173
174 void SubSkin::_setUVSet(const FloatRect& _rect)
175 {

Callers 1

Calls 1

removeDrawItemMethod · 0.80

Tested by

no test coverage detected