Removes an instance from the list and, if a delete method is specified in the template, from memory.
Type destroy.
Instance.
Type: InScene - Removes only from the scene, does not free memory. InMemory - Removes permanently, from the scene and from memory (by the garbage collector).
See Implementation
Removes an instance from the list and, if a delete method is specified in the template, from memory.