Catlike Coding
Unity Code Documentation
Public Attributes | List of all members
CatlikeCoding.EventSystem.PointerEventData Class Reference

Pointer event data. More...

Public Attributes

Vector3 beginPoint
 Begin 3D point of a drag. More...
 
bool isDragging
 Whether the event is part of a drag operation. More...
 
Vector3 point
 3D point of the current event. More...
 
Vector3 previousPoint
 Previous 3D point of a drag. More...
 

Detailed Description

Pointer event data.

Member Data Documentation

Vector3 CatlikeCoding.EventSystem.PointerEventData.beginPoint

Begin 3D point of a drag.

bool CatlikeCoding.EventSystem.PointerEventData.isDragging

Whether the event is part of a drag operation.

Vector3 CatlikeCoding.EventSystem.PointerEventData.point

3D point of the current event.

Vector3 CatlikeCoding.EventSystem.PointerEventData.previousPoint

Previous 3D point of a drag.