SliderDirection
This is the direction of the Slider and SliderInt.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum SliderDirection
Fields
Value | Description |
|---|---|
| Horizontal | An horizontal slider is made with a SliderDirection Horizontal. |
| Vertical | An vertical slider is made with a SliderDirection Vertical. |