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 2 days ago

Definition

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

Constructors

Inheritance

Inherited Members