MCPcopy 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

UStringFunction · 0.85
setTextureValueMethod · 0.80
resetTextureRegionMethod · 0.80

Tested by

no test coverage detected