Namespace SoyWar.UIToolkit.Editor.Component
Classes
BaseListViewComponentEditor
Class to create a custom editor forBaseListViewComponent<T>.
BaseTreeViewComponentEditor
Class to create a custom editor forBaseTreeViewComponent<T>. (Since Unity 2022.2)
BaseVerticalCollectionViewComponentEditor
Class to create a custom editor forListViewComponent.
ButtonComponentEditor
Class to create a custom editor forButtonComponent.
MultiColumnListViewComponentEditor
Class to create a custom editor forMultiColumnListViewComponentEditor. (Since Unity 6.0)
MultiColumnTreeViewComponentEditor
Class to create a custom editor forMultiColumnTreeViewComponentEditor. (Since Unity 6.0)
ReadOnlyValueComponentEditor
Class to create a custom editor for components based onReadOnlyValueComponent<TElement, TValue>.
TextComponentEditor
Class to create a custom editor for components based onTextComponent<TElement>.
UIToolkitComponentEditor
Derive from this base class to create a custom UI Toolkit Component editor
