Lerp
Summary
public static Vector2 Lerp(Vector2 value1, Vector2 value2, float amount)
Performs a linear interpolation between two vectors.
Returns
Parameters
Summary
public static void Lerp(ref Vector2 value1, ref Vector2 value2, float amount, out Vector2 result)
Performs a linear interpolation between two vectors.