![]() |
Catlike Coding
Unity Code Documentation
|
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... | |
Pointer event data.
| 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.
1.8.5