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

    Class LongPressDragGestureRecognizer

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    GestureRecognizer
    OneSequenceGestureRecognizer
    PrimaryPointerGestureRecognizer
    LongPressDragGestureRecognizer
    Inherited Members
    PrimaryPointerGestureRecognizer.deadline
    PrimaryPointerGestureRecognizer.preAcceptSlopTolerance
    PrimaryPointerGestureRecognizer.postAcceptSlopTolerance
    PrimaryPointerGestureRecognizer.state
    PrimaryPointerGestureRecognizer.primaryPointer
    PrimaryPointerGestureRecognizer.initialPosition
    PrimaryPointerGestureRecognizer.addAllowedPointer(PointerDownEvent)
    PrimaryPointerGestureRecognizer.handleEvent(PointerEvent)
    PrimaryPointerGestureRecognizer.rejectGesture(Int32)
    PrimaryPointerGestureRecognizer.dispose()
    PrimaryPointerGestureRecognizer.debugFillProperties(DiagnosticPropertiesBuilder)
    OneSequenceGestureRecognizer.didStopTrackingLastScrollerPointer(Int32)
    OneSequenceGestureRecognizer.resolve(GestureDisposition)
    OneSequenceGestureRecognizer.team
    OneSequenceGestureRecognizer.startTrackingScrollerPointer(Int32)
    OneSequenceGestureRecognizer.stopTrackingScrollerPointer(Int32)
    OneSequenceGestureRecognizer.startTrackingPointer(Int32)
    OneSequenceGestureRecognizer.stopTrackingPointer(Int32)
    OneSequenceGestureRecognizer.stopTrackingIfPointerNoLongerDown(PointerEvent)
    GestureRecognizer.debugOwner
    GestureRecognizer.addPointer(PointerDownEvent)
    GestureRecognizer.handleNonAllowedPointer(PointerDownEvent)
    GestureRecognizer.isPointerAllowed(PointerDownEvent)
    GestureRecognizer.addScrollPointer(PointerScrollEvent)
    GestureRecognizer.invokeCallback<T>(String, RecognizerCallback<T>, Func<String>)
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toStringShort()
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    DiagnosticableTree.debugDescribeChildren()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.gestures
    Syntax
    public class LongPressDragGestureRecognizer : PrimaryPointerGestureRecognizer, GestureArenaMember

    Constructors

    LongPressDragGestureRecognizer(Object)

    Declaration
    public LongPressDragGestureRecognizer(object debugOwner = null)
    Parameters
    Type Name Description
    System.Object debugOwner

    Fields

    onLongPressDragUpdate

    Declaration
    public GestureLongPressDragUpdateCallback onLongPressDragUpdate
    Field Value
    Type Description
    GestureLongPressDragUpdateCallback

    onLongPressStart

    Declaration
    public GestureLongPressDragStartCallback onLongPressStart
    Field Value
    Type Description
    GestureLongPressDragStartCallback

    onLongPressUp

    Declaration
    public GestureLongPressDragUpCallback onLongPressUp
    Field Value
    Type Description
    GestureLongPressDragUpCallback

    Properties

    debugDescription

    Declaration
    public override string debugDescription { get; }
    Property Value
    Type Description
    System.String
    Overrides
    GestureRecognizer.debugDescription

    Methods

    acceptGesture(Int32)

    Declaration
    public override void acceptGesture(int pointer)
    Parameters
    Type Name Description
    System.Int32 pointer
    Overrides
    PrimaryPointerGestureRecognizer.acceptGesture(Int32)

    didExceedDeadline()

    Declaration
    protected override void didExceedDeadline()
    Overrides
    PrimaryPointerGestureRecognizer.didExceedDeadline()

    didStopTrackingLastPointer(Int32)

    Declaration
    protected override void didStopTrackingLastPointer(int pointer)
    Parameters
    Type Name Description
    System.Int32 pointer
    Overrides
    PrimaryPointerGestureRecognizer.didStopTrackingLastPointer(Int32)

    handlePrimaryPointer(PointerEvent)

    Declaration
    protected override void handlePrimaryPointer(PointerEvent e)
    Parameters
    Type Name Description
    PointerEvent e
    Overrides
    PrimaryPointerGestureRecognizer.handlePrimaryPointer(PointerEvent)
    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