Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1129
void Node::removeAllChildren()
1130
{
1131
this->removeAllChildrenWithCleanup(true);
1132
}
1133
1134
void Node::removeAllChildrenWithCleanup(bool cleanup)
1135
{
Callers
5
init
Method · 0.45
menuCallback_asyncLoadMesh
Method · 0.45
DanglingNodePointersTest
Method · 0.45
addMeshCallback
Method · 0.45
delMeshCallback
Method · 0.45
Calls
1
removeAllChildrenWithCleanup
Method · 0.95
Tested by
5
init
Method · 0.36
menuCallback_asyncLoadMesh
Method · 0.36
DanglingNodePointersTest
Method · 0.36
addMeshCallback
Method · 0.36
delMeshCallback
Method · 0.36