Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ updateTexture
Method
updateTexture
Tools/SkinEditor/StateTextureController.cpp:224–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void StateTextureController::updateTexture(std::string_view _value)
225
{
226
mControl->setTextureValue(MyGUI::UString(_value));
227
mControl->resetTextureRegion();
228
}
229
230
}
Callers
nothing calls this directly
Calls
3
UString
Function · 0.85
setTextureValue
Method · 0.80
resetTextureRegion
Method · 0.80
Tested by
no test coverage detected