Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseCreates a new instance of a Slider.
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. |
Creates a new instance of a Slider.
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. |
Creates a new instance of a Slider.