CCNode recursive getChildByTag
问题 As far as I understand the CCNode::getChildByTag method only searches among direct children. But is there any way to recursively find a CCNode's child by tag in all its descendant hierarchy ? I'm loading a CCNode from a CocosBuilder ccb file and I'd like to retrieve subnodes knowing only their tags (not their position/level in the hierarchy) 回答1: One way - to create your own method. Or create category for CCNode with this method. It will look like smth like this - (CCNode*)