Esempio n. 1
-1
 private void backPoint(MyCarPoint mycarpoint, GameObject carobject, Vector3 nowposition, Vector3 nextposition)
 {
     mycarpoint.fadeIn();
     GetComponent<AudioSource>().Play();
     StartCoroutine(startReracing(1.0f, mycarpoint, carobject, nowposition, nextposition));
 }