GUILayout.VerticalScrollbarstatic function VerticalScrollbar (value : float, size : float, topValue : float, bottomValue : float, params options : GUILayoutOption[]) : floatstatic function VerticalScrollbar (value : float, size : float, topValue : float, bottomValue : float, style : GUIStyle, params options : GUILayoutOption[]) : floatParameters
Returnsfloat - the modified value. This can be changed by the user by dragging the scrollbar, or clicking the arrows at the end. DescriptionMake a vertical scrollbar. Scrollbars are what you use to scroll through a document. Most likely, you want to use scrollViews instead.
JavaScript
var vSbarValue : float; using UnityEngine; import UnityEngine
Finding extra elements:
|

