Main Content

delete

Destroy virtual reality animation object

Syntax

Description

example

delete(h) deletes the virtual reality animation objecth. This function also deletes the temporary file, if it exists, and cleans up the vrfigure object, the animation object timer, and closes the vrworld object.

Examples

collapse all

Delete the virtual reality animation object, h.

h=Aero.VirtualRealityAnimation;
h.delete;

Input Arguments

collapse all

Virtual reality animation object, specified as an Aero.VirtualRealityAnimation object.

Version History

Introduced in R2007b

See Also