Slider Constructor

Declaration

public Slider();

Description

Creates a new instance of a Slider.


Declaration

public Slider(float start, float end, UIElements.SliderDirection direction, float pageSize);

Parameters

start The minimum value that the slider encodes.
end The maximum value that the slider encodes.
direction The direction of the slider (Horizontal or Vertical).
pageSize A generic page size used to change the value when clicking in the slider.

Description

Creates a new instance of a Slider.


Declaration

public Slider(string label, float start, float end, UIElements.SliderDirection direction, float pageSize);

Parameters

label The string representing the label that will appear beside the field.
start The minimum value that the slider encodes.
end The maximum value that the slider encodes.
direction The direction of the slider (Horizontal or Vertical).
pageSize A generic page size used to change the value when clicking in the slider.

Description

Creates a new instance of a Slider.


Did you find this page useful? Please give it a rating: