ScrollButtons
Buttons to scroll ScrollRect content on press or hold.
ScrollButtonLeft
RectTransformButton to scroll on left.
ScrollButtonRight
RectTransformButton to scroll on right.
ScrollButtonTop
RectTransformButton to scroll on top.
ScrollButtonBottom
RectTransformButton to scroll on bottom.
ScrollSensitivityRateOnClick
floatScroll on press is
ScrollRect.scrollSensitivity*Rateper click.ScrollSensitivityRateHold
floatScroll on hold is
ScrollRect.scrollSensitivity*Rateper second.Animate
boolAnimate scroll on click or scroll immediately if disabled.
Curve
AnimationCurveScroll animation curve.
UnscaledTime
boolAnimate using unscaled time.