Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ updateTexture
Method
updateTexture
Tools/SkinEditor/SkinTextureController.cpp:151–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
void SkinTextureController::updateTexture(std::string_view _value)
152
{
153
mControl->setTextureValue(MyGUI::UString(_value));
154
mControl->resetTextureRegion();
155
}
156
157
}
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