Copie depuis Unity VCS vers GitHub
This commit is contained in:
14
Assets/Scripts/LigneTexteTTS.cs
Normal file
14
Assets/Scripts/LigneTexteTTS.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Meta.WitAi.TTS.Utilities;
|
||||
using UnityEngine;
|
||||
|
||||
public class LigneTexteTTS
|
||||
{
|
||||
public TTSSpeaker speaker;
|
||||
public string text;
|
||||
|
||||
public LigneTexteTTS(TTSSpeaker speaker, string text)
|
||||
{
|
||||
this.speaker = speaker;
|
||||
this.text = text;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user