Enum Scrollbar.Direction
Setting that indicates one of four directions the scrollbar will travel.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
public enum Scrollbar.Direction
  Fields
| Name | Description | 
|---|---|
| BottomToTop | Starting position is the Bottom.  | 
      
| LeftToRight | Starting position is the Left.  | 
      
| RightToLeft | Starting position is the Right  | 
      
| TopToBottom | Starting position is the Top.  |