Class UIToolkitComponentEditor
Related to:SoyWar.UIToolkit.Editor.Component
/
Inherits from:objectObjectScriptableObjectEditor
/
Implemented in:SoyWar.UIToolkit.Editor.dll
Description
Derive from this base class to create a custom UI Toolkit Component editor
Syntax
[CustomEditor(typeof(UIToolkitComponent), true)]
public class UIToolkitComponentEditor : Editor
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. |