Exemple #1
0
 protected void DebugNearestBox()
 {
     theGrid.NearestBoxW(_transform.position, true);
     if (printLogs)
     {
         Debug.Log(theGrid.NearestBoxG(_transform.position));
     }
 }