public static Lerp ( Vector2 value1, Vector2 value2, float amount ) : Vector2 | ||
value1 | Vector2 | Source vector. |
value2 | Vector2 | Source vector. |
amount | float | Value between 0 and 1 indicating the weight of value2. |
return | Vector2 |
public static Lerp ( Vector2 value1, Vector2 value2, float amount ) : Vector2 | ||
value1 | Vector2 | Source vector. |
value2 | Vector2 | Source vector. |
amount | float | Value between 0 and 1 indicating the weight of value2. |
return | Vector2 |