TagField
A TagField editor. For more information, refer to UXML element TagField.
Read time 8 minutesLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor.CoreModule
- Inherits from: PopupField<string>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, INotifyValueChanged<string>, IMixedValueSupport
[Icon("UIToolkit/Icons/TagField.png")]public class TagField : PopupField<string>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, INotifyValueChanged<string>, IMixedValueSupport
Static Fields
Value | Description |
|---|---|
| inputUssClassName | USS class name of input elements in elements of this type. |
| labelUssClassName | USS class name of labels in elements of this type. |
| ussClassName | USS class name of elements of this type. |
Constructors
Constructor | Description |
|---|---|
| TagField() | Initializes and returns an instance of TagField. |
| TagField(System.String,System.String) | Initializes and returns an instance of TagField. |
Properties
Property | Description |
|---|---|
| formatListItemCallback | Unsupported. |
| formatSelectedValueCallback | Unsupported. |