Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DropdownField

A control that allows the user to pick a choice from a list of options. For more information, refer to UXML element DropdownField.
Read time 10 minutesLast updated 5 days ago

Definition

[UxmlElement(libraryPath = "Controls")][Icon("UIToolkit/Icons/DropdownField.png")]public class DropdownField : PopupField<string>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<string>

Constructors

Inheritance

Inherited Members