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

Method removeAllChildren

core/2d/Node.cpp:1129–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127}
1128
1129void Node::removeAllChildren()
1130{
1131 this->removeAllChildrenWithCleanup(true);
1132}
1133
1134void Node::removeAllChildrenWithCleanup(bool cleanup)
1135{

Callers 5

initMethod · 0.45
addMeshCallbackMethod · 0.45
delMeshCallbackMethod · 0.45

Calls 1

Tested by 5

initMethod · 0.36
addMeshCallbackMethod · 0.36
delMeshCallbackMethod · 0.36