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

Method destroyDrawItem

MyGUIEngine/src/MyGUI_PolygonalSkin.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 void PolygonalSkin::destroyDrawItem()
208 {
209 MYGUI_ASSERT(mRenderItem, "mRenderItem must be not nullptr");
210
211 mNode = nullptr;
212 mRenderItem->removeDrawItem(this);
213 mRenderItem = nullptr;
214 }
215
216 void PolygonalSkin::doRender()
217 {

Callers

nothing calls this directly

Calls 1

removeDrawItemMethod · 0.80

Tested by

no test coverage detected