Remove

Summary

This function removes a Target asset from the 3D World.

Parameters

Target

Type: Path Default: None

Specifies the name of the attached object you wish to remove. This value must be set by the Name parameter on certain objects such as AddMesh, AddShape and ImageLabel.

See Also

Examples

<remove Target=”TestShape” />
This will find the attached object that has the name TestShape and remove it.