Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ setVisible
Method
setVisible
src/Core/Graphics/Sprite.cpp:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
void Sprite::setVisible(bool visible)
321
{
322
m_visible = visible;
323
}
324
325
bool Sprite::isVisible() const
326
{
Callers
1
load
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected