Esempio n. 1
0
 public IEnumerator startReracing(float delay, MyCarPoint mycarpoint, GameObject carobject, Vector3 nowposition, Vector3 nextposition)
 {
     yield return new WaitForSeconds(delay);
     setPointPosition (carobject, nowposition, nextposition);
     mycarpoint.fadeOut();
 }