Version: 2019.4

DropdownMenuEventInfo

class in UnityEngine.UIElements

マニュアルに切り替える

説明

This class provides information about the event that triggered displaying the drop-down menu.

変数

localMousePositionIf the triggering event was a mouse event, this property is the mouse position. The position is expressed using the coordinate system of the element that received the mouse event. Otherwise this property is zero.
modifiersIf modifier keys (Alt, Ctrl, Shift, Windows/Command) were pressed to trigger the display of the dropdown menu, this property lists the modifier keys.
mousePositionIf the triggering event was a mouse event, this property is the mouse position expressed using the global coordinate system. Otherwise this property is zero.

コンストラクタ

DropdownMenuEventInfoコンストラクター