Hi,
I need some advice about hiding CCNode/CCSprite.
Regarding performance what is best/worst from the following :
- Remove the invisible child
- Hide (setVisible:NO)
- Set alpha to zero (only CCSprite, setOpacity:0)
In other words, does rendering skip invisible/opacity-0 objects or not ?
Thanks for any advice.