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.
public System.Nullable<float> TargetZoom { get; set; }