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