Enum Slider.Direction
Setting that indicates one of four directions.
Namespace: UnityEngine.UI
Syntax
public enum Direction
Fields
Name | Description | Value |
---|---|---|
LeftToRight | From the left to the right |
0 |
RightToLeft | From the right to the left |
1 |
BottomToTop | From the bottom to the top. |
2 |
TopToBottom | From the top to the bottom. |
3 |