Click or drag to resize

NonInteractableScrollRect Class

Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          UIBehaviour
            ScrollRect
              Com.ForbiddenByte.OSA.Util.ScrollViewsNonInteractableScrollRect

Namespace:  Com.ForbiddenByte.OSA.Util.ScrollViews
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class NonInteractableScrollRect : ScrollRect

The NonInteractableScrollRect type exposes the following members.

Constructors
  NameDescription
Public methodNonInteractableScrollRect
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).)
Public methodOnScroll (Overrides ScrollRect.OnScroll(PointerEventData).)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also