SpeechKeywordUtility.RenderKeywords Method

Definition

Renders a dropdown with all keywords in the active MixedRealitySpeechCommandsProfile.

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

Parameters

property
UnityEditor.SerializedProperty

The string property representing the selected keyword.

rect
UnityEngine.Rect
content
UnityEngine.GUIContent

Applies to