ClampMagnitude
Creates a copy of a given vector, with its magnitude clamped to a maximum length.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
ClampMagnitude(Vector2, float)
Creates a copy of a given vector, with its magnitude clamped to a maximum length.
public static Vector2 ClampMagnitude(Vector2 vector, float maxLength)
Parameters
Returns
Type | Description |
|---|---|
| Vector2 | A copy of |
ClampMagnitude(Vector2, float)
Creates a copy of a given vector, with its magnitude clamped to a maximum length.
public static Vector2 ClampMagnitude(in Vector2 vector, float maxLength)
Parameters
Returns
Type | Description |
|---|---|
| Vector2 | A copy of |