Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Is it possible to get a count of all of the "objects" that get rendered — Gideros Forum

Is it possible to get a count of all of the "objects" that get rendered

techdojotechdojo Guru
edited September 2012 in General questions
Or even considered to be rendered

I'm trying to optimise my app and I'm noticing some slowdown, especially when I've been navigating between the different scenes and accessing list views etc.

When I leave a scene I always set the parent Sprite object to be not visible, but it seems that even though the object is invisible the fact that it's still in the hierarchy is having a penalty on render speed.

Is there an easy way to get a count of all the children attached to the stage so I can see where I might need to do some removals?
WhiteTree Games - Home, home on the web, where the bits and bytes they do play!
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill

Comments

Sign In or Register to comment.