Exemplo n.º 1
0
 public void StartRedPath()
 {
     showPoints  = redShowPoints;
     choosenPath = ChoosenPath.red;
     blueSphere.SetActive(false);
     redSphere.SetActive(false);
     MoveToNextPoint();
 }
Exemplo n.º 2
0
 public void StartBluePath()
 {
     showPoints  = blueShowPoints;
     choosenPath = ChoosenPath.blue;
     blueSphere.SetActive(false);
     redSphere.SetActive(false);
     MoveToNextPoint();
 }