Class DropdownMenu.EventInfo
Inherited Members
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public class EventInfo
Constructors
| Improve this Doc View SourceEventInfo(EventBase)
Declaration
public EventInfo(EventBase e)
Parameters
Type | Name | Description |
---|---|---|
EventBase | e |
Properties
| Improve this Doc View SourcelocalMousePosition
Declaration
public Vector2 localMousePosition { get; }
Property Value
Type | Description |
---|---|
Vector2 |
modifiers
Declaration
public EventModifiers modifiers { get; }
Property Value
Type | Description |
---|---|
EventModifiers |
mousePosition
Declaration
public Vector2 mousePosition { get; }
Property Value
Type | Description |
---|---|
Vector2 |