Version: 2023.2
LanguageEnglish
  • C#

DropdownMenuEventInfo

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Provides information about the event that caused the dropdown menu to display.

Properties

localMousePosition The position of the mouse if the event that triggered the dropdown menu to display was a mouse event.
modifiers The 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.
mousePosition The mouse position expressed in the global coordinate system if the event that triggered the dropdown menu to display was a mouse event.

Constructors

DropdownMenuEventInfo Initialized menu event info with event provided.