Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ removeAllComponents
Method
removeAllComponents
core/2d/Node.cpp:2007–2011 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2005
}
2006
2007
void Node::removeAllComponents()
2008
{
2009
if (_componentContainer)
2010
_componentContainer->removeAll();
2011
}
2012
2013
// MARK: Opacity and Color
2014
Callers
nothing calls this directly
Calls
1
removeAll
Method · 0.45
Tested by
no test coverage detected