MCPcopy Create free account
hub / github.com/axmolengine/axmol / isVisible

Method isVisible

core/2d/Node.cpp:605–608  ·  view source on GitHub ↗

isVisible getter

Source from the content-addressed store, hash-verified

603
604/// isVisible getter
605bool Node::isVisible() const
606{
607 return _visible;
608}
609
610/// isVisible setter
611void Node::setVisible(bool visible)

Callers 15

updateMethod · 0.45
renderMethod · 0.45
visitMethod · 0.45
startWithTargetMethod · 0.45
onTouchBeganMethod · 0.45
getItemForTouchMethod · 0.45
getCascadeBoundingBoxFunction · 0.45
isAncestorsVisibleMethod · 0.45
copyPropertiesMethod · 0.45
_checkVisibilityFunction · 0.45
onTouchEndedMethod · 0.45

Calls

no outgoing calls

Tested by 7

onTouchEndedMethod · 0.36
createUIMethod · 0.36
createPlayerDlgMethod · 0.36
initMethod · 0.36
menuHintCallbackMethod · 0.36
toggleDebugCallbackMethod · 0.36
callbackMethod · 0.36