SpeechKeywordUtility.RenderKeywordsExcept Method

Definition

Renders a dropdown with all keywords in the active MixedRealitySpeechCommandsProfile except those passed in.

public static void RenderKeywordsExcept (string[] keywordsInUse, UnityEditor.SerializedProperty property, UnityEngine.Rect rect = default, UnityEngine.GUIContent content = default);
static member RenderKeywordsExcept : string[] * UnityEditor.SerializedProperty * UnityEngine.Rect * UnityEngine.GUIContent -> unit
Public Shared Sub RenderKeywordsExcept (keywordsInUse As String(), property As SerializedProperty, Optional rect As Rect = Nothing, Optional content As GUIContent = Nothing)

Parameters

keywordsInUse
String[]

The keywords the component is currently using.

property
UnityEditor.SerializedProperty

The string property representing the selected keyword.

rect
UnityEngine.Rect
content
UnityEngine.GUIContent

Applies to