ScrollRect Swipe Event?

I noticed ScrollRects appear to detect swiping motions. I would like to catch this event in a behavior but I’m not sure what it is. I tried drag events with no luck too. Is there any way to capture these coming from the scroll rect?

You need to implement a script using the Drag interfaces, IBeginDragHandler, IDragHandler, IEndDragHandler

Hope this helps

I did implement Drag interfaces. But it doesn’t appear to detect swipes. Though clearly ScrollRect is doing something since it reacts to swipes. I tried doing Move and Scroll events to…neither capture it.

Have you checked the source for the ScrolllRect here. Swipes are simply calculated from the begin and end drag positions:
https://bitbucket.org/Unity-Technologies/ui/src/fd5d3578da8c33883b7c56dd2b2f4d4bbc87095b/UnityEngine.UI/UI/Core/ScrollRect.cs?at=4.6