computePath abstract method

List<Vector3> computePath(
  1. Vector3 start,
  2. Vector3 end
)

Implementation

List<Vector3> computePath(Vector3 start, Vector3 end);