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

Method setTextureName

UnitTests/UnitTest_Layers/SceneObject.cpp:365–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 void SceneObject::setTextureName(std::string_view _name)
366 {
367 mTextureName = _name;
368
369 if (mTextureUnit != nullptr)
370 {
371 mTextureUnit->setTextureName(mTextureName);
372 }
373 }
374
375 bool SceneObject::pickPositionInObject(
376 int& _x,

Callers 1

updateDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected