Show / Hide Table of Contents

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 Source

OnEnable()

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()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX