ScrollButtons
Buttons to scroll ScrollRect
content on press or hold.
ScrollButtonLeft
RectTransform
Button to scroll on left.
ScrollButtonRight
RectTransform
Button to scroll on right.
ScrollButtonTop
RectTransform
Button to scroll on top.
ScrollButtonBottom
RectTransform
Button to scroll on bottom.
ScrollSensitivityRateOnClick
float
Scroll on press is
ScrollRect.scrollSensitivity
*Rate
per click.ScrollSensitivityRateHold
float
Scroll on hold is
ScrollRect.scrollSensitivity
*Rate
per second.Animate
bool
Animate scroll on click or scroll immediately if disabled.
Curve
AnimationCurve
Scroll animation curve.
UnscaledTime
bool
Animate using unscaled time.