This function removes a camera.
Copy Code | |
---|---|
bool RemoveCamera( string CameraName ); |
AnchorName
Type: string
The name of the camera to remove.
Returns true if the item was removed, false if not.
If the camera is bound, it will be unbound automatically.