Lerp static method

Vector2 Lerp(
  1. Vector2 start,
  2. Vector2 end,
  3. num amount
)

Implementation

external static Vector2 Lerp(Vector2 start, Vector2 end, num amount);