Example #1
0
 // Set width for wall
 public void SetMazeWallWidth(float w)
 {
     maze.SetMazeWallWidth(w);
 }