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

Method _setUVSet

MyGUIEngine/src/MyGUI_PolygonalSkin.cpp:264–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 void PolygonalSkin::_setUVSet(const FloatRect& _rect)
265 {
266 mCurrentTexture = _rect;
267
268 mGeometryOutdated = true;
269
270 if (nullptr != mNode)
271 mNode->outOfDate(mRenderItem);
272 }
273
274 void PolygonalSkin::_rebuildGeometry()
275 {

Callers

nothing calls this directly

Calls 1

outOfDateMethod · 0.45

Tested by

no test coverage detected