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

    Class PointerData

    Inheritance
    System.Object
    PointerData
    ScrollData
    Namespace: Unity.UIWidgets.ui
    Syntax
    public class PointerData

    Constructors

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

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

    Fields

    change

    Declaration
    public PointerChange change
    Field Value
    Type Description
    PointerChange

    device

    Declaration
    public int device
    Field Value
    Type Description
    System.Int32

    kind

    Declaration
    public PointerDeviceKind kind
    Field Value
    Type Description
    PointerDeviceKind

    physicalX

    Declaration
    public float physicalX
    Field Value
    Type Description
    System.Single

    physicalY

    Declaration
    public float physicalY
    Field Value
    Type Description
    System.Single

    timeStamp

    Declaration
    public readonly TimeSpan timeStamp
    Field Value
    Type Description
    System.TimeSpan
    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