Skip to content

CameraFollowComponent.TargetZoom Property

Definition

Namespace: Brine2D.Systems.Rendering

Target zoom level. When set, the camera smoothly adjusts zoom using ZoomSmoothing. When null \(default\), zoom is not controlled by this component.

C#
public System.Nullable<float> TargetZoom { get; set; }

Property Value

System.Nullable<System.Single>