LerpToRef static method

void LerpToRef(
  1. Vector3 start,
  2. Vector3 end,
  3. num amount,
  4. Vector3 result,
)

Implementation

external static void LerpToRef(Vector3 start, Vector3 end, num amount, Vector3 result);