Enum SliderDirection
Namespace: Unity.Tiny.UI
Syntax
public enum SliderDirection
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 |