Virtual Reality Toolbox | ![]() ![]() |
Delete a virtual world from memory
Syntax
Arguments
vrworld_object |
Name of a vrworld object representing a virtual world. |
Description
The delete
function removes from memory the virtual world associated with a vrworld object. The virtual world must be closed before you can delete it.
Deleting a virtual world frees the virtual world from memory and invalidates all existing vrworld objects associated with the virtual world.
You do not commonly use this method. One of the possible reasons to use this method is to ensure that a large virtual world is removed from memory before another memory-consuming operation starts.
See Also
![]() | vrworld/close | vrworld/edit | ![]() |