Lerp static method

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

Implementation

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