Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
605
bool Node::isVisible() const
606
{
607
return _visible;
608
}
609
610
/// isVisible setter
611
void Node::setVisible(bool visible)
Callers
15
update
Method · 0.45
render
Method · 0.45
visit
Method · 0.45
startWithTarget
Method · 0.45
onTouchBegan
Method · 0.45
getItemForTouch
Method · 0.45
dispatchTouchEventToListeners
Method · 0.45
getCascadeBoundingBox
Function · 0.45
isAncestorsVisible
Method · 0.45
copyProperties
Method · 0.45
_checkVisibility
Function · 0.45
onTouchEnded
Method · 0.45
Calls
no outgoing calls
Tested by
7
onTouchEnded
Method · 0.36
createUI
Method · 0.36
createPlayerDlg
Method · 0.36
init
Method · 0.36
menuHintCallback
Method · 0.36
toggleDebugCallback
Method · 0.36
callback
Method · 0.36