InteractableInspector.DrawDropDownProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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