public void ProtecteRoot()
 {
     ShowPathLines.ProtecteNode(transform);
     for (int i = 0; i < transform.childCount; i++)
     {
         var littleZoo = transform.GetChild(i);
         ShowPathLines.ProtecteNode(littleZoo);
     }
 }
Esempio n. 2
0
 public void ProtecteRoot()
 {
     ShowPathLines.ProtecteNode(transform);
 }