MCPcopy 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
599ssize_t Node::getChildrenCount() const
600{
601 return _children.size();
602}
603
604/// isVisible getter
605bool Node::isVisible() const

Callers 5

switchChildMethod · 0.45
addMeshCallbackMethod · 0.45
delMeshCallbackMethod · 0.45
drawTreeRecursiveMethod · 0.45
drawMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 3

addMeshCallbackMethod · 0.36
delMeshCallbackMethod · 0.36
drawTreeRecursiveMethod · 0.36