MCPcopy 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

UStringFunction · 0.85
setTextureValueMethod · 0.80
resetTextureRegionMethod · 0.80

Tested by

no test coverage detected