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