cocos2d-objc icon indicating copy to clipboard operation
cocos2d-objc copied to clipboard

getChildrenByName analog to getChildByName

Open LearnCocos2D opened this issue 11 years ago • 0 comments

A way to get multiple children of the same name, optionally recursive, is what I could have used a few times already. Something like:

-(NSArray*) getChildrenByName:(NSString*)name recursively:(BOOL)recursive;

LearnCocos2D avatar Jun 03 '14 13:06 LearnCocos2D