This version of Unity is unsupported.

Vector2.ClampMagnitude

Declaration

public static Vector2 ClampMagnitude(Vector2 vector, float maxLength);

Description

Returns a copy of vector with its magnitude clamped to maxLength.