コード例 #1
0
ファイル: GenerateMaze.cs プロジェクト: sarahrothberg/WWW
 // Returns true, if wall is in position
 public bool IsThereWall(Vector3 position)
 {
     return(maze.IsThereWall(position));
 }