C# Class UnityEditor.UI.ButtonEditor

Custom Editor for the Button Component. Extend this class to write a custom editor for a component derived from Button.
Inheritance: UnityEditor.UI.SelectableEditor
显示文件 Open project: nintendaii/unity-background-service

Public Methods

Method Description
OnInspectorGUI ( ) : void

Protected Methods

Method Description
OnEnable ( ) : void

Method Details

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void