ScrollWithInput
Class in Zigurous.UI
Declaration
public class ScrollWithInput : MonoBehaviour
Description
Handles scrolling a ScrollRect component with user input. This is especially useful for controller support.
Properties
scrollRect | The ScrollRect component being scrolled (Read only). |
sensitivity | The sensitivity multiplier applied to the input. |
direction | The direction to scroll the ScrollRect. |