Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ removeFromParent
Method
removeFromParent
core/2d/Node.cpp:1067–1070 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1065
}
1066
1067
void Node::removeFromParent()
1068
{
1069
this->removeFromParentAndCleanup(true);
1070
}
1071
1072
void Node::removeFromParentAndCleanup(bool cleanup)
1073
{
Callers
9
setSprite
Method · 0.45
setDebugDrawMask
Method · 0.45
continueInit
Method · 0.45
onWindowClose
Method · 0.45
onExit
Method · 0.45
update
Method · 0.45
init
Method · 0.45
PauseResumeTargetTest
Method · 0.45
readdParticle
Method · 0.45
Calls
1
removeFromParentAndCleanup
Method · 0.95
Tested by
5
onWindowClose
Method · 0.36
onExit
Method · 0.36
init
Method · 0.36
PauseResumeTargetTest
Method · 0.36
readdParticle
Method · 0.36