Click or drag to resize

UnityScrollRectProxy Class

Provides access to a Unity's ScrollRect through IScrollRectProxy. For example, it can be added to a regular ScrollRect so ScrollbarFixer8 can communicate with it, in case you want to use the ScrollbarFixer8 without OSA.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Com.ForbiddenByte.OSA.Util.ScrollViewsUnityScrollRectProxy

Namespace:  Com.ForbiddenByte.OSA.Util.ScrollViews
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class UnityScrollRectProxy : MonoBehaviour, 
	IScrollRectProxy

The UnityScrollRectProxy type exposes the following members.

Constructors
  NameDescription
Public methodUnityScrollRectProxy
Top
Properties
Methods
Events
  NameDescription
Public eventScrollPositionChanged
Top
Extension Methods
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also