ICameraManager.GetCamera(string) Method
Definition
Namespace: Brine2D.Rendering
Gets a camera by name.
Parameters
name System.String
Name of the camera to retrieve.
Returns
ICamera
The camera if found, null otherwise.
Namespace: Brine2D.Rendering
Gets a camera by name.
name System.String
Name of the camera to retrieve.
ICamera
The camera if found, null otherwise.