You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
Changes the length of a slider or scroll bar specified by widgetID to the value specified by the length parameter. Redraws the slider or scroll bar and changes the position of the thumb to take into account the new size of the slider or scroll bar.
##Example
See GUI.SetScrollAmount for an example of GUI.SetSliderSize.
##Status
Exported qualified.
This means that you can only call the function by calling GUI.SetSliderSize, not by calling SetSliderSize.