Show / Hide Table of Contents

Interface IMouseEvent

Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public interface IMouseEvent

Properties

| Improve this Doc View Source

actionKey

Declaration
bool actionKey { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

altKey

Declaration
bool altKey { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

button

Declaration
int button { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

clickCount

Declaration
int clickCount { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

commandKey

Declaration
bool commandKey { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

ctrlKey

Declaration
bool ctrlKey { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

localMousePosition

Declaration
Vector2 localMousePosition { get; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

modifiers

Declaration
EventModifiers modifiers { get; }
Property Value
Type Description
EventModifiers
| Improve this Doc View Source

mouseDelta

Declaration
Vector2 mouseDelta { get; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

mousePosition

Declaration
Vector2 mousePosition { get; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

shiftKey

Declaration
bool shiftKey { get; }
Property Value
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX