Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DropDown(Rect, VisualElement, DropdownMenuSizeMode)

Displays the menu at the specified position.
Read time 1 minuteLast updated 12 days ago

Definition

public abstract void DropDown(Rect position, VisualElement targetElement, DropdownMenuSizeMode dropdownMenuSizeMode = DropdownMenuSizeMode.Auto)

Parameters

position

The position in the coordinate space of the panel.

targetElement

The element determines which root to use as the menu's parent.

dropdownMenuSizeMode

Indicates how to format the menu size.