DiagnosticsSystemVoiceControls 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.
Class that listens for and acts upon diagnostic system voice commands.
public ref class DiagnosticsSystemVoiceControls : UnityEngine::MonoBehaviour, Microsoft::MixedReality::Toolkit::Input::IMixedRealitySpeechHandler, UnityEngine::EventSystems::IEventSystemHandler
[UnityEngine.AddComponentMenu("Scripts/MRTK/Services/DiagnosticsSystemVoiceControls")]
public class DiagnosticsSystemVoiceControls : UnityEngine.MonoBehaviour, Microsoft.MixedReality.Toolkit.Input.IMixedRealitySpeechHandler, UnityEngine.EventSystems.IEventSystemHandler
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Services/DiagnosticsSystemVoiceControls")>]
type DiagnosticsSystemVoiceControls = class
inherit MonoBehaviour
interface IMixedRealitySpeechHandler
interface IMixedRealityBaseInputHandler
interface IEventSystemHandler
Public Class DiagnosticsSystemVoiceControls
Inherits MonoBehaviour
Implements IEventSystemHandler, IMixedRealitySpeechHandler
- Inheritance
-
UnityEngine.MonoBehaviourDiagnosticsSystemVoiceControls
- Attributes
-
UnityEngine.AddComponentMenuAttribute
- Implements
-
IMixedRealityBaseInputHandler IMixedRealitySpeechHandler UnityEngine.EventSystems.IEventSystemHandler
Constructors
DiagnosticsSystemVoiceControls() |
Methods
ToggleDiagnostics() |
Shows or hides all enabled diagnostics. |
ToggleProfiler() |
Shows or hides the profiler display. |
Explicit Interface Implementations
IMixedRealitySpeechHandler.OnSpeechKeywordRecognized(SpeechEventData) | UnityEngine.MonoBehaviour.Microsoft#MixedReality#Toolkit#Input#IMixedRealitySpeechHandler#OnSpeechKeywordRecognized(Microsoft.MixedReality.Toolkit.Input.SpeechEventData) |