Class DropdownEditor
Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
UnityEditor.Editor
UnityEditor.UI.SelectableEditor
TMPro.EditorUtilities.DropdownEditor
DropdownEditor
Namespace: AdrianMiasik.Editor
Assembly: Assembly-CSharp-Editor.dll
Syntax
[CustomEditor(typeof(Dropdown), true)]
[CanEditMultipleObjects]
public class DropdownEditor : DropdownEditor
Methods
| Improve this Doc View SourceOnEnable()
Declaration
protected override void OnEnable()
Overrides
TMPro.EditorUtilities.DropdownEditor.OnEnable()
|
Improve this Doc
View Source
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides
TMPro.EditorUtilities.DropdownEditor.OnInspectorGUI()