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 9631dc6 + b878365 commit b3684b8Copy full SHA for b3684b8
Assets/MixedRealityToolkit/_Core/EventDatum/Input/SpeechEventData.cs
@@ -6,7 +6,7 @@
6
using System;
7
using UnityEngine.EventSystems;
8
9
-#if UNITY_WSA || UNITY_STANDALONE_WIN
+#if UNITY_WSA || UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN
10
using UnityEngine.Windows.Speech;
11
#endif
12
@@ -35,7 +35,7 @@ public class SpeechEventData : BaseInputEventData
35
/// <inheritdoc />
36
public SpeechEventData(EventSystem eventSystem) : base(eventSystem) { }
37
38
39
40
/// <summary>
41
/// A measure of correct recognition certainty.
0 commit comments