GUILayout.VerticalSliderstatic function VerticalSlider (value : float, leftValue : float, rightValue : float, params options : GUILayoutOption[]) : floatstatic function VerticalSlider (value : float, leftValue : float, rightValue : float, slider : GUIStyle, thumb : GUIStyle, params options : GUILayoutOption[]) : floatParameters
Returnsfloat - The value that has been set by the user. DescriptionA vertical slider the user can drag to change a value between a min and a max.
JavaScript
// Draws a vertical slider control that goes from 10 (top) to 0 (bottom) using UnityEngine; import UnityEngine |

