Show / Hide Table of Contents

    Class ScrollRectAdapter

    Inheritance
    Object
    ScrollRectAdapter
    Implements
    IScrollView
    Namespace: i5.Toolkit.Core.Utilities.UnityAdapters
    Assembly: cs.temp.dll.dll
    Syntax
    public class ScrollRectAdapter : IScrollView

    Constructors

    ScrollRectAdapter(ScrollRect)

    Declaration
    public ScrollRectAdapter(ScrollRect adaptee)
    Parameters
    Type Name Description
    ScrollRect adaptee

    Properties

    Adaptee

    Declaration
    public ScrollRect Adaptee { get; }
    Property Value
    Type Description
    ScrollRect

    NormalizedPosition

    Declaration
    public Vector2 NormalizedPosition { get; set; }
    Property Value
    Type Description
    Vector2

    Implements

    IScrollView
    Back to top i5 Toolkit Documentation