Class GUI.ScrollViewScope
Inheritance
GUI.ScrollViewScope
Assembly: UnityEngine.dll
public class ScrollViewScope : GUI.Scope, IDisposable
Constructors
|
Improve this Doc
View Source
Declaration
public ScrollViewScope(Rect position, Vector2 scrollPosition, Rect viewRect)
Parameters
|
Improve this Doc
View Source
Declaration
public ScrollViewScope(Rect position, Vector2 scrollPosition, Rect viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical)
Parameters
|
Improve this Doc
View Source
Declaration
public ScrollViewScope(Rect position, Vector2 scrollPosition, Rect viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical, GUIStyle horizontalScrollbar, GUIStyle verticalScrollbar)
Parameters
|
Improve this Doc
View Source
Declaration
public ScrollViewScope(Rect position, Vector2 scrollPosition, Rect viewRect, GUIStyle horizontalScrollbar, GUIStyle verticalScrollbar)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public bool handleScrollWheel { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Vector2 scrollPosition { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
protected override void CloseScope()
Overrides
Implements
Extension Methods