Exemplo n.º 1
0
    private float PlayLine(TextWithSpeech textWithSpeech)
    {
        Text.text = textWithSpeech.GetText();

        SoundController.PlaySpeech(textWithSpeech);

        return(textWithSpeech.GetAudioLength());
    }
Exemplo n.º 2
0
 internal static void PlaySpeech(TextWithSpeech textWithSpeech)
 {
     throw new NotImplementedException();
 }