Example #1
0
 void GetPathList()
 {
     PathCount = PathContainer.childCount;
     for (int i = 0; i < PathCount; i++)
     {
         Paths.Add(PathContainer.GetChild(i));
     }
     MyTarget   = Paths[TargetCounter];
     IHavePaths = true;
 }