Пример #1
0
 public void Refresh()
 {
     StopAllCoroutines();
     StartCoroutine(Start());
     simulator.getSimulator().doStep();
 }