ScrollRect Events

Provide pull events for the ScrollRect.

Options

  • Thresholds PullThreshold

    Separate thresholds values for each pull direction to raise events.

Events

  • OnPull UnityEvent<PullDirection>

  • OnPullAllowed UnityEvent<PullDirection>

  • OnPullCancel UnityEvent<PullDirection>

  • OnPulling UnityEvent<ScrollRectEvents, PullDirection>

  • OnPullUp UnityEvent

  • OnPullDown UnityEvent

  • OnPullLeft UnityEvent

  • OnPullRight UnityEvent