Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DropdownMenuEventInfo

Provides information about the event that caused the dropdown menu to display.
Read time 1 minuteLast updated 10 days ago

Definition

public class DropdownMenuEventInfo

Constructors

Constructor

Description

DropdownMenuEventInfo(UnityEngine.UIElements.EventBase)Initialized menu event info with event provided.

Properties

Property

Description

localMousePositionThe position of the mouse if the event that triggered the dropdown menu to display was a mouse event.
modifiersThe modifier keys that were pressed if those keys triggered the dropdown menu to display of the dropdown menu. For example, Alt, Ctrl, Shift, Windows, and Command.
mousePositionThe mouse position expressed in the global coordinate system if the event that triggered the dropdown menu to display was a mouse event.