Vector2Extensions.Clamped
Extension Method in Vector2Extensions
Declaration
public static Vector2 Clamped(this Vector2 vector, Vector2 min, Vector2 max)Description
Clamps the vector to the range [min..max].
Parameters
| vector | The vector to clamp. |
| min | The minimum value. |
| max | The maximum value. |
Returns
| Vector2 | A new clamped vector. |