Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TagField

A TagField editor. For more information, refer to UXML element TagField.
Read time 8 minutesLast updated 10 days ago

Definition

[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

inputUssClassNameUSS class name of input elements in elements of this type.
labelUssClassNameUSS class name of labels in elements of this type.
ussClassNameUSS 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

formatListItemCallbackUnsupported.
formatSelectedValueCallbackUnsupported.

Inheritance

Inherited Members