MCPcopy Create free account
hub / github.com/MyGUI/mygui / _setTextureName

Method _setTextureName

MyGUIEngine/src/MyGUI_SkinItem.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 void SkinItem::_setTextureName(std::string_view _texture)
127 {
128 mTextureName = _texture;
129 mTexture = RenderManager::getInstance().getTexture(mTextureName);
130
131 setRenderItemTexture(mTexture);
132 }
133
134 const std::string& SkinItem::_getTextureName() const
135 {

Callers

nothing calls this directly

Calls 1

getTextureMethod · 0.45

Tested by

no test coverage detected