1
NGUI 3 Support / 'OnDragFinished' fired on simple tap
« on: November 20, 2013, 03:58:50 AM »
Hi,
I am using the UIDraggablePanel event 'OnDragFinished' to fire events as soon as i have finished dragging the panel. Unfortunately, the event also gets fired when i simply tap the panel ( = when there has been no offset between my touches). How can I fix that?
Thanks for help!
I am using the UIDraggablePanel event 'OnDragFinished' to fire events as soon as i have finished dragging the panel. Unfortunately, the event also gets fired when i simply tap the panel ( = when there has been no offset between my touches). How can I fix that?
- void Start ()
- {
- }
- void OnDragFinished()
- {
- // Do something
- }
Thanks for help!