예제 #1
0
 void Update()
 {
     if (Input.GetMouseButtonDown(1))
     {
         int cellIndex = tgs.cellLastClickedIndex;
         tgs.CellGetSettings();
     }
 }