Class MultiColumnListViewComponentEditor
Related to:SoyWar.UIToolkit.Editor.Component
/
Inherits from:objectObjectScriptableObjectEditorUIToolkitComponentEditorBaseVerticalCollectionViewComponentEditorBaseListViewComponentEditor
/
Implemented in:SoyWar.UIToolkit.Editor.dll
Description
Class to create a custom editor forMultiColumnListViewComponentEditor. (Since Unity 6.0)
Syntax
[CustomEditor(typeof(MultiColumnListViewComponent), true)]
public class MultiColumnListViewComponentEditor : BaseListViewComponentEditorInherited 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. |
