We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Node: get / search nodes by name
Node: get / search nodes by name
Feature #4693 [Closed]
zhangxm 2014-04-05 02:52
. Updated about 10 years ago
Does it mean that we must add some api as follows:
virtual void addChild(Node* child, const std::string& name); virtual Node* getChild(const std::string& name);