Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ setVisible
Method
setVisible
Source/Node/Node.cpp:206–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void Node::setVisible(bool var) {
207
_flags.set(Node::Visible, var);
208
}
209
210
bool Node::isVisible() const noexcept {
211
return _flags.isOn(Node::Visible);
Callers
15
updateCharacters
Method · 0.45
_updateFrame
Method · 0.45
_updateVisible
Method · 0.45
ARRAY_START
Function · 0.45
apply
Method · 0.45
unApply
Method · 0.45
setSlot
Method · 0.45
render
Method · 0.45
start
Method · 0.45
stop
Method · 0.45
SpriteVisual
Method · 0.45
update
Method · 0.45
Calls
1
set
Method · 0.65
Tested by
no test coverage detected