Description
You can get Unity3D's three drag event notifications by mounting ParaUIDragger to GameObject
Property
| onBeginDrag | Sends the event when dragging starts |
| onDrag | Sends the event during the dragging process |
| onEndDrag | Sends the event when dragging ends |