Experimental: this API is experimental and might be changed or removed in the future.

EventInfo

class in UnityEngine.Experimental.UIElements

切换到手册

描述

此类提供有关已触发显示下拉菜单的事件的信息。

变量

localMousePosition如果触发事件是鼠标事件,则此属性是鼠标位置。该位置使用接收鼠标事件的元素的坐标系表示。否则此属性为零。
modifiers如果已按下修改键(Alt、Control、Shift、Windows/Command)以触发下拉菜单显示,则此属性将列出修改键。
mousePosition如果触发事件是鼠标事件,则此属性是使用全局坐标系表示的鼠标位置。否则此属性为零。

构造函数

DropdownMenu.EventInfo构造函数。