SpeechInteractionEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Unity event with SpeechEventData. This event is used in the event configuration for the SpeechKeyword state.
public ref class SpeechInteractionEvent : UnityEngine::Events::UnityEvent<Microsoft::MixedReality::Toolkit::Input::SpeechEventData ^>
[System.Serializable]
public class SpeechInteractionEvent : UnityEngine.Events.UnityEvent<Microsoft.MixedReality.Toolkit.Input.SpeechEventData>
[<System.Serializable>]
type SpeechInteractionEvent = class
inherit UnityEvent<SpeechEventData>
Public Class SpeechInteractionEvent
Inherits UnityEvent(Of SpeechEventData)
- Inheritance
-
UnityEngine.Events.UnityEvent<SpeechEventData>SpeechInteractionEvent
- Attributes
Constructors
SpeechInteractionEvent() |