InteractableInspector.TryGetMixedRealitySpeechCommands Method
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.
Try to get a list of speech commands from the MRTK/Input/SpeechCommands profile
public:
static bool TryGetMixedRealitySpeechCommands([Runtime::InteropServices::Out] cli::array <Microsoft::MixedReality::Toolkit::Input::SpeechCommands> ^ % commands);
public static bool TryGetMixedRealitySpeechCommands (out Microsoft.MixedReality.Toolkit.Input.SpeechCommands[] commands);
static member TryGetMixedRealitySpeechCommands : SpeechCommands[] -> bool
Public Shared Function TryGetMixedRealitySpeechCommands (ByRef commands As SpeechCommands()) As Boolean
Parameters
- commands
- SpeechCommands[]