InteractableInspector.DrawDropDownProperty Method

Definition

Draws a popup UI with PropertyField type features. Displays prefab pending updates

protected:
 void DrawDropDownProperty(UnityEngine::Rect position, UnityEditor::SerializedProperty ^ prop, cli::array <System::String ^> ^ options, UnityEngine::GUIContent ^ label);
protected void DrawDropDownProperty (UnityEngine.Rect position, UnityEditor.SerializedProperty prop, string[] options, UnityEngine.GUIContent label);
member this.DrawDropDownProperty : UnityEngine.Rect * UnityEditor.SerializedProperty * string[] * UnityEngine.GUIContent -> unit
Protected Sub DrawDropDownProperty (position As Rect, prop As SerializedProperty, options As String(), label As GUIContent)

Parameters

position
UnityEngine.Rect
prop
UnityEditor.SerializedProperty
options
String[]
label
UnityEngine.GUIContent

Applies to