Ejemplo n.º 1
0
 public void OnAveragePickerScroll(int average)
 {
     if (isFilterChecked)
     {
         MapAveragePickerToIntegerValue(average);
         float[] newCoordinates = MathUtil.ProcessNewCoordinates(loadedObstacle.rawDistances, selectedInterval);
         screenDrawer.LoadPath(MathUtil.GetPathFromObstacleCoordinates(newCoordinates));
     }
 }
 public void LoadPath(Path path)
 {
     screenDrawer.LoadPath(path);
 }