// Get positions of start cell public Vector3 GetCenterPositionOfStartCell() { return(maze.GetCenterPositionOfStartCell()); }