CameraExtensions Class
Definition
Namespace: Brine2D.Rendering
Stateless interpolation helpers for any ICamera.
Inheritance System.Object → CameraExtensions
| Methods | |
|---|---|
| FollowSmooth\(this ICamera, Vector2, float, float\) | Smoothly moves the camera towards a target position using exponential decay. |
| ZoomSmooth\(this ICamera, float, float, float\) | Smoothly adjusts the camera zoom towards a target value using exponential decay. |