Class DiagnosticsSystemVoiceControls
Class that listens for and acts upon diagnostic system voice commands.
Implements
IMixedRealitySpeechHandler
  Namespace: Microsoft.MixedReality.Toolkit.Diagnostics
Assembly: cs.temp.dll.dll
Syntax
public class DiagnosticsSystemVoiceControls : MonoBehaviour, IMixedRealitySpeechHandler
  Methods
ToggleDiagnostics()
Shows or hides all enabled diagnostics.
Declaration
public void ToggleDiagnostics()
  ToggleProfiler()
Shows or hides the profiler display.
Declaration
public void ToggleProfiler()
  Implements
      IMixedRealitySpeechHandler