public void Refresh() { StopAllCoroutines(); StartCoroutine(Start()); simulator.getSimulator().doStep(); }