Click or drag to resize

ScrollRectNested Class

ScrollRect that supports being nested inside another ScrollRect. BASED ON: https://forum.unity3d.com/threads/nested-scrollrect.268551/#post-1906953
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          UIBehaviour
            ScrollRect
              frame8.ThirdParty.UIScrollRectNested

Namespace:  frame8.ThirdParty.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class ScrollRectNested : ScrollRect

The ScrollRectNested type exposes the following members.

Constructors
  NameDescription
Public methodScrollRectNested
Top
Methods
  NameDescription
Public methodOnBeginDrag (Overrides ScrollRect.OnBeginDrag(PointerEventData).)
Public methodOnDrag (Overrides ScrollRect.OnDrag(PointerEventData).)
Public methodOnEndDrag (Overrides ScrollRect.OnEndDrag(PointerEventData).)
Public methodOnInitializePotentialDrag (Overrides ScrollRect.OnInitializePotentialDrag(PointerEventData).)
Protected methodStart (Overrides UIBehaviour.Start.)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also