C# Class UnityEditor.EditorGUILayout.VerticalScrollViewScope

Inheritance: UnityEngine.GUI.Scope
显示文件 Open project: randomize/VimConfig

Public Methods

Method Description
VerticalScrollViewScope ( Vector2 scrollPosition ) : System
VerticalScrollViewScope ( Vector2 scrollPosition, bool alwaysShowVertical, GUIStyle verticalScrollbar, GUIStyle background ) : System

Protected Methods

Method Description
CloseScope ( ) : void

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

VerticalScrollViewScope() public method

public VerticalScrollViewScope ( Vector2 scrollPosition ) : System
scrollPosition Vector2
return System

VerticalScrollViewScope() public method

public VerticalScrollViewScope ( Vector2 scrollPosition, bool alwaysShowVertical, GUIStyle verticalScrollbar, GUIStyle background ) : System
scrollPosition Vector2
alwaysShowVertical bool
verticalScrollbar UnityEngine.GUIStyle
background UnityEngine.GUIStyle
return System