Class ClickButtonEditor
Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
UnityEditor.Editor
UnityEditor.UI.GraphicEditor
UnityEditor.UI.ImageEditor
ClickButtonEditor
Namespace: AdrianMiasik.Editor
Assembly: Assembly-CSharp-Editor.dll
Syntax
[CustomEditor(typeof(ClickButton))]
public class ClickButtonEditor : ImageEditor
Methods
| Improve this Doc View SourceDrawInheritorFields()
Declaration
protected virtual void DrawInheritorFields()
OnEnable()
Declaration
protected override void OnEnable()
Overrides
UnityEditor.UI.ImageEditor.OnEnable()
|
Improve this Doc
View Source
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides
UnityEditor.UI.ImageEditor.OnInspectorGUI()