コード例 #1
0
ファイル: GenerateMaze.cs プロジェクト: sarahrothberg/WWW
 // Returns array of Vector3 of cell centers from start panel to end panel
 public Vector3[] FindWayToEnd()
 {
     return(maze.FindWayToEnd());
 }