C# Class ScrollViewScope, VimConfig

Inheritance: GUI.Scope
Show file Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
ScrollViewScope ( Rect, position, Vector2, scrollPosition, Rect, viewRect )
ScrollViewScope ( Rect, position, Vector2, scrollPosition, Rect, viewRect, GUIStyle, horizontalScrollbar, GUIStyle, verticalScrollbar )
ScrollViewScope ( Rect, position, Vector2, scrollPosition, Rect, viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical )
ScrollViewScope ( Rect, position, Vector2, scrollPosition, Rect, viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical, GUIStyle, horizontalScrollbar, GUIStyle, verticalScrollbar )

Protected Methods

Method Description
CloseScope ( ) : void

Private Methods

Method Description
ScrollViewScope ( Rect, position, Vector2, scrollPosition, Rect, viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical, GUIStyle, horizontalScrollbar, GUIStyle, verticalScrollbar, GUIStyle, background )

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

ScrollViewScope() public method

public ScrollViewScope ( Rect, position, Vector2, scrollPosition, Rect, viewRect )
position Rect,
scrollPosition Vector2,
viewRect Rect,

ScrollViewScope() public method

public ScrollViewScope ( Rect, position, Vector2, scrollPosition, Rect, viewRect, GUIStyle, horizontalScrollbar, GUIStyle, verticalScrollbar )
position Rect,
scrollPosition Vector2,
viewRect Rect,
horizontalScrollbar GUIStyle,
verticalScrollbar GUIStyle,

ScrollViewScope() public method

public ScrollViewScope ( Rect, position, Vector2, scrollPosition, Rect, viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical )
position Rect,
scrollPosition Vector2,
viewRect Rect,
alwaysShowHorizontal bool
alwaysShowVertical bool

ScrollViewScope() public method

public ScrollViewScope ( Rect, position, Vector2, scrollPosition, Rect, viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical, GUIStyle, horizontalScrollbar, GUIStyle, verticalScrollbar )
position Rect,
scrollPosition Vector2,
viewRect Rect,
alwaysShowHorizontal bool
alwaysShowVertical bool
horizontalScrollbar GUIStyle,
verticalScrollbar GUIStyle,