This might be a noob question but I’m just curious and want to do things right.
Will objects still get cleaned up if you have them inside a group that got inserted into localGroup? Or do you have to manually insert every object singularly into localGroup?
For example:
I have two clouds: cloud1 & cloud2
Both are in the display group “clouds”
I insert “clouds” into localGroup…
Is that enough?
or do I have to individually…
localGroup:insert(cloud1)
localGroup:insert(cloud2)
Thanks for the help, [import]uid: 10361 topic_id: 8571 reply_id: 308571[/import]