Skip to content

CameraFollowComponent.CameraName Property

Definition

Namespace: Brine2D.Systems.Rendering

Name of the camera to control \(default: [MainCameraName](../../../Rendering/ICameraManager/MainCameraName.md 'Brine2D\.Rendering\.ICameraManager\.MainCameraName')\). Allows different entities to control different cameras \(e\.g\., minimap, split\-screen\).

C#
public string CameraName { get; set; }

Property Value

System.String