EditorGUILayout.BeginScrollViewstatic function BeginScrollView (scrollPosition : Vector2, params options : GUILayoutOption[]) : Vector2static function BeginScrollView (scrollPosition : Vector2, alwaysShowHorizontal : boolean, alwaysShowVertical : boolean, params options : GUILayoutOption[]) : Vector2static function BeginScrollView (scrollPosition : Vector2, horizontalScrollbar : GUIStyle, verticalScrollbar : GUIStyle, params options : GUILayoutOption[]) : Vector2static function BeginScrollView (scrollPosition : Vector2, alwaysShowHorizontal : boolean, alwaysShowVertical : boolean, horizontalScrollbar : GUIStyle, verticalScrollbar : GUIStyle, background : GUIStyle, params options : GUILayoutOption[]) : Vector2Parameters
ReturnsVector2 - The modified scrollPosition. Feed this back into the variable you pass in, as shown in the example. DescriptionBegin an automatically layouted scrollview. These work just like GUILayout.BeginScrollview but feel more application-like and should be used in the editor
// Simple Editor Window that creates a scroll view with a Label inside
|

