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

Method getTexture

MyGUIEngine/src/MyGUI_Canvas.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 ITexture* Canvas::getTexture() const
341 {
342 return mTexture;
343 }
344
345 void Canvas::setTextureManaged(bool _value)
346 {

Callers 8

removeTextureMethod · 0.45
requestUpdateCanvasMethod · 0.45
_createSkinItemMethod · 0.45
_setTextureNameMethod · 0.45
loadTextureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected