MoveTowards static method

num MoveTowards(
  1. num current,
  2. num target,
  3. num maxDelta
)

Implementation

external static num MoveTowards(num current, num target, num maxDelta);