We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02c17cf + e67e1d6 commit 728ff91Copy full SHA for 728ff91
Scripts/Widgets/TextToSpeechWidget.cs
@@ -43,11 +43,11 @@ public class TextToSpeechWidget : Widget
43
#region Outputs
44
[SerializeField]
45
private Output m_Speaking = new Output(typeof(SpeakingStateData), true);
46
- [SerializeField]
47
- private Output m_DisableMic = new Output(typeof(DisableMicData));
48
49
- private Output m_LevelOut = new Output(typeof(LevelData));
50
- #endregion
+ [SerializeField]
+ private Output m_DisableMic = new Output(typeof(DisableMicData), true );
+ private Output m_LevelOut = new Output(typeof(LevelData), true );
+ #endregion
51
52
#region Private Data
53
TextToSpeech m_TextToSpeech = new TextToSpeech();
0 commit comments