Class ButtonComponentEditor
Related to:SoyWar.UIToolkit.Editor.Component
/
Inherits from:objectObjectScriptableObjectEditorUIToolkitComponentEditorTextComponentEditor
/
Implemented in:SoyWar.UIToolkit.Editor.dll
Description
Class to create a custom editor forButtonComponent
Syntax
[CustomEditor(typeof(ButtonComponent), true)]
public class ButtonComponentEditor : TextComponentEditor
Inherited Members
Methods
Name | Description |
---|---|
AddEventTo(int, string, SerializedProperty) | Adds an event to the event list of the component to a specified position. |
AddEventToFirstPosition(string, SerializedProperty) | Adds an event to the event list of the component to the first position. |
AddEventToLastPosition(string, SerializedProperty) | Adds an event to the event list of the component to the last position. |
EventCount() | |
RemoveEvent(string) | Removes an event from the event list of the component. |
RemoveEventFrom(int) | Removes an event from a specified position of the event list. |
RemoveEventFromFirstPosition() | Removes an event from the first position of the event list. |
RemoveEventFromLastPosition() | Removes an event from the last position of the event list. |