MCPcopy 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
120void Primitive::SetVisible( bool visible ) {
121 m_visible = visible;
122
123 m_synced = false;
124}
125
126bool Primitive::IsVisible() const {
127 return m_visible;

Callers 2

AddMethod · 0.80
ShowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected