MCPcopy 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
206void Node::setVisible(bool var) {
207 _flags.set(Node::Visible, var);
208}
209
210bool Node::isVisible() const noexcept {
211 return _flags.isOn(Node::Visible);

Callers 15

updateCharactersMethod · 0.45
_updateFrameMethod · 0.45
_updateVisibleMethod · 0.45
ARRAY_STARTFunction · 0.45
applyMethod · 0.45
unApplyMethod · 0.45
setSlotMethod · 0.45
renderMethod · 0.45
startMethod · 0.45
stopMethod · 0.45
SpriteVisualMethod · 0.45
updateMethod · 0.45

Calls 1

setMethod · 0.65

Tested by

no test coverage detected