Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetVisible
Method
SetVisible
src/SFGUI/Primitive.cpp:120–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
void Primitive::SetVisible( bool visible ) {
121
m_visible = visible;
122
123
m_synced = false;
124
}
125
126
bool Primitive::IsVisible() const {
127
return m_visible;
Callers
2
Add
Method · 0.80
Show
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected