Hi there,
I'm using the COM API and I'm wondering when a scene is deleted/removed from memory? As in when I call to get a scene its by default returns a copy, when does that copy get deleted? I cant see any explict call to delete, or is it just when my variable for the object goes out of scope?