Composer auto-recycle

Hi. I’m not totally clear from the documentation whether the auto recycling just destroys the screen view, or it actually removes the whole scene object to be recreated the next time it is used - this is an option in the composer.removeScene() method.

It does appear possible to stop recycling altogether, but this may not be advisable ?

Setting composer.recycleOnSceneChange to true is the same as manually calling composer.removeScene() with the recycle parameter set to true.

Setting composer.recycleOnSceneChange to true is the same as manually calling composer.removeScene() with the recycle parameter set to true.