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 8 minutesLast updated 4 days ago

Definition

public class DropdownField : PopupField<string>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<string>, IMixedValueSupport

Constructors

Inheritance

Inherited Members