enum Slider2DConstraint

Constraint that determines in which direction can a HandleSlider2D be moved.

Values

NameValueDescription
None 0 Slider can be moved in both dimensions.
Horizontal 1 Slider can only be moved horizontally.
Vertical 2 Slider can only be moved vertically.