Enum ScrollDirection
The direction of the scroll.
Namespace: Unity.AppUI.UI
Syntax
public enum ScrollDirection
Fields
| Name | Description | Value |
|---|---|---|
| Natural | The natural scroll direction. |
0 |
| Inverse | The inversed scroll direction. |
1 |
The direction of the scroll.
public enum ScrollDirection
| Name | Description | Value |
|---|---|---|
| Natural | The natural scroll direction. |
0 |
| Inverse | The inversed scroll direction. |
1 |