Class ScrollData | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ScrollData

    Inheritance
    System.Object
    PointerData
    ScrollData
    Inherited Members
    PointerData.timeStamp
    PointerData.change
    PointerData.kind
    PointerData.device
    PointerData.physicalX
    PointerData.physicalY
    Namespace: Unity.UIWidgets.ui
    Syntax
    public class ScrollData : PointerData

    Constructors

    ScrollData(TimeSpan, PointerChange, PointerDeviceKind, Int32, Single, Single, Single, Single)

    Declaration
    public ScrollData(TimeSpan timeStamp, PointerChange change, PointerDeviceKind kind, int device, float physicalX, float physicalY, float scrollX, float scrollY)
    Parameters
    Type Name Description
    System.TimeSpan timeStamp
    PointerChange change
    PointerDeviceKind kind
    System.Int32 device
    System.Single physicalX
    System.Single physicalY
    System.Single scrollX
    System.Single scrollY

    Fields

    scrollX

    Declaration
    public float scrollX
    Field Value
    Type Description
    System.Single

    scrollY

    Declaration
    public float scrollY
    Field Value
    Type Description
    System.Single
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023