Show / Hide Table of Contents

Class GUI.ScrollViewScope

Inheritance
Object
GUI.Scope
GUI.ScrollViewScope
Implements
IDisposable
Inherited Members
GUI.Scope.Dispose()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class ScrollViewScope : GUI.Scope, IDisposable

Constructors

| Improve this Doc View Source

ScrollViewScope(Rect, Vector2, Rect)

Declaration
public ScrollViewScope(Rect position, Vector2 scrollPosition, Rect viewRect)
Parameters
Type Name Description
Rect position
Vector2 scrollPosition
Rect viewRect
| Improve this Doc View Source

ScrollViewScope(Rect, Vector2, Rect, Boolean, Boolean)

Declaration
public ScrollViewScope(Rect position, Vector2 scrollPosition, Rect viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical)
Parameters
Type Name Description
Rect position
Vector2 scrollPosition
Rect viewRect
Boolean alwaysShowHorizontal
Boolean alwaysShowVertical
| Improve this Doc View Source

ScrollViewScope(Rect, Vector2, Rect, Boolean, Boolean, GUIStyle, GUIStyle)

Declaration
public ScrollViewScope(Rect position, Vector2 scrollPosition, Rect viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical, GUIStyle horizontalScrollbar, GUIStyle verticalScrollbar)
Parameters
Type Name Description
Rect position
Vector2 scrollPosition
Rect viewRect
Boolean alwaysShowHorizontal
Boolean alwaysShowVertical
GUIStyle horizontalScrollbar
GUIStyle verticalScrollbar
| Improve this Doc View Source

ScrollViewScope(Rect, Vector2, Rect, GUIStyle, GUIStyle)

Declaration
public ScrollViewScope(Rect position, Vector2 scrollPosition, Rect viewRect, GUIStyle horizontalScrollbar, GUIStyle verticalScrollbar)
Parameters
Type Name Description
Rect position
Vector2 scrollPosition
Rect viewRect
GUIStyle horizontalScrollbar
GUIStyle verticalScrollbar

Properties

| Improve this Doc View Source

handleScrollWheel

Declaration
public bool handleScrollWheel { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

scrollPosition

Declaration
public Vector2 scrollPosition { get; }
Property Value
Type Description
Vector2

Methods

| Improve this Doc View Source

CloseScope()

Declaration
protected override void CloseScope()
Overrides
GUI.Scope.CloseScope()

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX