Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ addChild
Method
addChild
core/2d/Menu.cpp:164–167 ·
view source on GitHub ↗
* override add: */
Source
from the content-addressed store, hash-verified
162
* override add:
163
*/
164
void Menu::addChild(Node* child)
165
{
166
Node::addChild(child);
167
}
168
169
void Menu::addChild(Node* child, int zOrder)
170
{
Callers
1
initWithArray
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected