Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
removeTexture
Method · 0.45
requestUpdateCanvas
Method · 0.45
addToRenderItemFirstQueue
Method · 0.45
addToRenderItemSecondQueue
Method · 0.45
MyGUI_TextureUtility.cpp
File · 0.45
_createSkinItem
Method · 0.45
_setTextureName
Method · 0.45
loadTexture
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected