Lerp static method

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

Implementation

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