Interface IMouseEvent
Assembly: UnityEngine.dll
Syntax
public interface IMouseEvent
Properties
|
Improve this Doc
View Source
actionKey
Declaration
Property Value
|
Improve this Doc
View Source
altKey
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
clickCount
Declaration
Property Value
|
Improve this Doc
View Source
commandKey
Declaration
Property Value
|
Improve this Doc
View Source
ctrlKey
Declaration
Property Value
|
Improve this Doc
View Source
localMousePosition
Declaration
Vector2 localMousePosition { get; }
Property Value
|
Improve this Doc
View Source
modifiers
Declaration
EventModifiers modifiers { get; }
Property Value
|
Improve this Doc
View Source
mouseDelta
Declaration
Vector2 mouseDelta { get; }
Property Value
|
Improve this Doc
View Source
mousePosition
Declaration
Vector2 mousePosition { get; }
Property Value
|
Improve this Doc
View Source
shiftKey
Declaration
Property Value
Extension Methods