InteractableInspector.TryGetMixedRealitySpeechCommands Method

Definition

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[]

Returns

Boolean

Applies to