CameraExtensions Class
Stateless interpolation helpers for any ICamera.
public static class CameraExtensions
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. |