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

    Class VerticalDragGestureRecognizer

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    GestureRecognizer
    OneSequenceGestureRecognizer
    DragGestureRecognizer
    VerticalDragGestureRecognizer
    Inherited Members
    DragGestureRecognizer.dragStartBehavior
    DragGestureRecognizer.onDown
    DragGestureRecognizer.onStart
    DragGestureRecognizer.onUpdate
    DragGestureRecognizer.onEnd
    DragGestureRecognizer.onCancel
    DragGestureRecognizer.minFlingDistance
    DragGestureRecognizer.minFlingVelocity
    DragGestureRecognizer.maxFlingVelocity
    DragGestureRecognizer._pendingDragOffset
    DragGestureRecognizer.addScrollPointer(PointerScrollEvent)
    DragGestureRecognizer.addAllowedPointer(PointerDownEvent)
    DragGestureRecognizer.handleEvent(PointerEvent)
    DragGestureRecognizer.acceptGesture(Int32)
    DragGestureRecognizer.rejectGesture(Int32)
    DragGestureRecognizer.didStopTrackingLastScrollerPointer(Int32)
    DragGestureRecognizer.didStopTrackingLastPointer(Int32)
    DragGestureRecognizer.dispose()
    DragGestureRecognizer.debugFillProperties(DiagnosticPropertiesBuilder)
    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.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 VerticalDragGestureRecognizer : DragGestureRecognizer, GestureArenaMember

    Constructors

    VerticalDragGestureRecognizer(Object, Nullable<PointerDeviceKind>)

    Declaration
    public VerticalDragGestureRecognizer(object debugOwner = null, PointerDeviceKind? kind = default(PointerDeviceKind? ))
    Parameters
    Type Name Description
    System.Object debugOwner
    System.Nullable<PointerDeviceKind> kind

    Properties

    _hasSufficientPendingDragDeltaToAccept

    Declaration
    protected override bool _hasSufficientPendingDragDeltaToAccept { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    DragGestureRecognizer._hasSufficientPendingDragDeltaToAccept

    debugDescription

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

    Methods

    _getDeltaForDetails(Offset)

    Declaration
    protected override Offset _getDeltaForDetails(Offset delta)
    Parameters
    Type Name Description
    Offset delta
    Returns
    Type Description
    Offset
    Overrides
    DragGestureRecognizer._getDeltaForDetails(Offset)

    _getPrimaryValueFromOffset(Offset)

    Declaration
    protected override float? _getPrimaryValueFromOffset(Offset value)
    Parameters
    Type Name Description
    Offset value
    Returns
    Type Description
    System.Nullable<System.Single>
    Overrides
    DragGestureRecognizer._getPrimaryValueFromOffset(Offset)

    _isFlingGesture(VelocityEstimate)

    Declaration
    protected override bool _isFlingGesture(VelocityEstimate estimate)
    Parameters
    Type Name Description
    VelocityEstimate estimate
    Returns
    Type Description
    System.Boolean
    Overrides
    DragGestureRecognizer._isFlingGesture(VelocityEstimate)
    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