scrolldirection - eisclimber/ExPresS-XR GitHub Wiki
Enum in AutoScrollRect
Inherits from System.Enum
Scrolling direction when scrolling automatically.
public enum ScrollDirection
{
Up = 1,
Down = -1
}| Name | Description |
|---|---|
| Down | Automatically scrolls down. |
| Up | Automatically scrolls up. |