moveAlong abstract method

Vector3 moveAlong(
  1. Vector3 position,
  2. Vector3 destination
)

Implementation

Vector3 moveAlong(Vector3 position, Vector3 destination);