LerpAngle static method

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

Implementation

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