ScrollRectAutoScroll
Allows scrolling content during drag & drop when the pointer is in less than a specified distance from the border. Options ——-
Area
float
ScrollRect will be automatically scrolled if the pointer in less then a specified distance from the border during drag&drop.
Speed
float
Speed of auto-scroll.
Unscaled Time
bool
Specify time type used by scroll animation. If enabled then will be used
Time.unscaledTime
; otherwise will be usedTime.time
.