Does code exist to get the contentsize of a sprite/node that contains other nodes?
e.g. if I have
backgroundContainer
and it contains background
background has size w/h100
I set background.scale to 2
if I ask background it's contentSize.width/height I get 200
if I ask backgroundContainer I get 0.
If this hasn't been implemented, should I implement it and post it back here so it can be incorporated into cocos2d? If so, what should it be called? -(ContentSize) contentSizeIncludingChildren ?
Thanks