Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getChildrenCount
Method
getChildrenCount
core/2d/Node.cpp:599–602 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
597
}
598
599
ssize_t Node::getChildrenCount() const
600
{
601
return _children.size();
602
}
603
604
/// isVisible getter
605
bool Node::isVisible() const
Callers
5
switchChild
Method · 0.45
addMeshCallback
Method · 0.45
delMeshCallback
Method · 0.45
drawTreeRecursive
Method · 0.45
draw
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
3
addMeshCallback
Method · 0.36
delMeshCallback
Method · 0.36
drawTreeRecursive
Method · 0.36