Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setVisible
Method
setVisible
MyGUIEngine/src/MyGUI_TileRect.cpp:28–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void TileRect::setVisible(bool _visible)
29
{
30
if (mVisible == _visible)
31
return;
32
mVisible = _visible;
33
34
if (nullptr != mNode)
35
mNode->outOfDate(mRenderItem);
36
}
37
38
void TileRect::setAlpha(float _alpha)
39
{
Callers
nothing calls this directly
Calls
1
outOfDate
Method · 0.45
Tested by
no test coverage detected