Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ _setUVSet
Method
_setUVSet
MyGUIEngine/src/MyGUI_TileRect.cpp:158–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void TileRect::_setUVSet(const FloatRect& _rect)
159
{
160
mCurrentTexture = _rect;
161
if (nullptr != mNode)
162
mNode->outOfDate(mRenderItem);
163
}
164
165
void TileRect::doRender()
166
{
Callers
nothing calls this directly
Calls
1
outOfDate
Method · 0.45
Tested by
no test coverage detected