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

Method destroyDrawItem

MyGUIEngine/src/MyGUI_RotatingSkin.cpp:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 void RotatingSkin::destroyDrawItem()
135 {
136 MYGUI_ASSERT(mRenderItem, "mRenderItem must be not nullptr");
137
138 mNode = nullptr;
139 mRenderItem->removeDrawItem(this);
140 mRenderItem = nullptr;
141 }
142
143 void RotatingSkin::doRender()
144 {

Callers

nothing calls this directly

Calls 1

removeDrawItemMethod · 0.80

Tested by

no test coverage detected