Modifica

Condividi tramite


SpeechKeywordEvents.Keywords Property

Definition

List of keywords and Unity Events for the Speech input handler to listen for.

public:
 property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::KeywordEvent ^> ^ Keywords { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::KeywordEvent ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::KeywordEvent ^> ^ value); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.KeywordEvent> Keywords { get; set; }
member this.Keywords : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.KeywordEvent> with get, set
Public Property Keywords As List(Of KeywordEvent)

Property Value

Applies to