Beispiel #1
0
 // Returns array of Vector3 of cell centers from start panel to end panel
 public Vector3[] FindWayToEnd()
 {
     return(maze.FindWayToEnd());
 }