ScrollRect Events
Provide pull events for the ScrollRect.
Options
Thresholds
PullThresholdSeparate thresholds values for each pull direction to raise events.
Events
OnPull
UnityEvent<PullDirection>OnPullAllowed
UnityEvent<PullDirection>OnPullCancel
UnityEvent<PullDirection>OnPulling
UnityEvent<ScrollRectEvents, PullDirection>OnPullUp
UnityEventOnPullDown
UnityEventOnPullLeft
UnityEventOnPullRight
UnityEvent