Class DropdownEditor
Inheritance
System.Object
UnityEditor.UI.SelectableEditor
DropdownEditor
Inherited Members
UnityEditor.UI.SelectableEditor.OnDisable()
Namespace: TMPro.EditorUtilities
Syntax
[CustomEditor(typeof(TMP_Dropdown), true)]
[CanEditMultipleObjects]
public class DropdownEditor : SelectableEditor
Methods
OnEnable()
Declaration
protected override void OnEnable()
Overrides
UnityEditor.UI.SelectableEditor.OnEnable()
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides
UnityEditor.UI.SelectableEditor.OnInspectorGUI()