Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

PointerEventData

class in UnityEngine.EventSystems

/

Inherits from:EventSystems.BaseEventData

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Event payload associated with pointer (mouse / touch) events.

Properties

buttonThe InputButton for this event.
clickCountNumber of clicks in a row.
clickTimeThe last time a click event was sent.
deltaPointer delta since last update.
draggingDetermines whether the user is dragging the mouse or trackpad.
enterEventCameraThe camera associated with the last OnPointerEnter event.
hoveredList of objects in the hover stack.
lastPressThe GameObject for the last press event.
pointerCurrentRaycast RaycastResult associated with the current event.
pointerDragThe object that is receiving OnDrag.
pointerEnterThe object that received 'OnPointerEnter'.
pointerIdIdentification of the pointer.
pointerPressThe GameObject that received the OnPointerDown.
pointerPressRaycastReturns the RaycastResult associated with a mouse click, gamepad button press or screen touch.
positionCurrent pointer position.
pressEventCameraThe camera associated with the last OnPointerPress event.
pressPositionThe screen space coordinates of the last pointer click.
rawPointerPressThe object that the press happened on even if it can not handle the press event.
scrollDeltaThe amount of scroll since the last update.
useDragThresholdShould a drag threshold be used?

Public Methods

IsPointerMovingIs the pointer moving.
IsScrollingIs scroll being used on the input device.

Inherited Members

Properties

usedIs the event used?
currentInputModuleA reference to the BaseInputModule that sent this event.
selectedObjectThe object currently considered selected by the EventSystem.

Public Methods

ResetReset the event.
UseUse the event.

Did you find this page useful? Please give it a rating: