ICameraManager.RemoveCamera(string) Method
Definition¶
Namespace: Brine2D.Rendering
Removes a camera by name.
bool RemoveCamera(string name);
Parameters¶
name System.String
Name of the camera to remove.
Returns¶
System.Boolean
True if the camera was removed, false if it didn't exist.