コード例 #1
0
ファイル: GenerateMaze.cs プロジェクト: sarahrothberg/WWW
 // Retruns List of rooms, it is containing Array of Vector3 center positions of cells in romm
 public List <Vector3[]> GetRooms()
 {
     return(maze.GetRooms());
 }