Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
227 stars 123 forks source link

Useful methods to remove nodes by tag #375

Closed totallyeviljake closed 10 years ago

totallyeviljake commented 10 years ago

This is useful for removing all of the nodes of a specific tag, e.g. kTagBullet, when the parent is a sprite batch that is being used as a full scene batch node. I also reorganized some of the methods to group them where appropriate.