Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShowAsDropDown(Rect, Vector2)

Shows a window with dropdown behaviour and styling.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public void ShowAsDropDown(Rect buttonRect, Vector2 windowSize)

Parameters

buttonRect

The button from which the position of the window will be determined (see description).

windowSize

The initial size of the window.

Remarks

The window is styled in the same way as a PopupWindow. The window is automatically closed when it loses focus. Note this function auto-fits the window to screen while trying to place it first below then above the button it was triggered from. This means the windowSize might change when fitting it to screen, so you should make sure you read the 'position' afterwards to check whether the size was cropped.