public void UnPause ();

Descripción

Repara la reproducción en pausa de este AudioSource.

This function is similar to calling Play() on a paused AudioSource, except that it will not create a new playback voice if it is not currently paused.

Esto también es útil si ha pausado una toma y desea reanudar la reproducción sin crear una nueva voz de reproducción para el AudioClip adjunto.