Esempio n. 1
0
 /// <summary>
 /// updates the toggle of the grid
 /// </summary>
 void UpdateGrid()
 {
     if (Input.GetKeyDown(KeyCode.G))
     {
         bmc.ToggleGrid();
     }
 }