Class TMP_InputFieldEditor
Inherited Members
Editor.MoveNextTarget()
Namespace: TMPro.EditorUtilities
Assembly: Unity.TextMeshPro.Editor.dll
Syntax
[CanEditMultipleObjects]
[CustomEditor(typeof(TMP_InputField), true)]
public class TMP_InputFieldEditor : SelectableEditor
Methods
OnDisable()
Declaration
protected override void OnDisable()
Overrides
UnityEditor.UI.SelectableEditor.OnDisable()
OnEnable()
Declaration
protected override void OnEnable()
Overrides
UnityEditor.UI.SelectableEditor.OnEnable()
OnInspectorGUI()
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()
Overrides
UnityEditor.UI.SelectableEditor.OnInspectorGUI()