Exemplo n.º 1
0
 public override void SetPitch(float targetPitch, float time, float delay)
 {
     audioSource.SetPitch(targetPitch, time, delay);
 }