Esempio n. 1
0
 //Callers for this static script //Max volume is 1f
 public static void FadeInCaller(int track, float speed, float maxVolume)
 {
     ap.StartCoroutine(FadeIn(track, speed, maxVolume));
 }