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

    Class OneSequenceGestureRecognizer

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    GestureRecognizer
    OneSequenceGestureRecognizer
    DragGestureRecognizer
    PrimaryPointerGestureRecognizer
    ScaleGestureRecognizer
    Inherited Members
    GestureRecognizer.debugOwner
    GestureRecognizer.addPointer(PointerDownEvent)
    GestureRecognizer.addAllowedPointer(PointerDownEvent)
    GestureRecognizer.handleNonAllowedPointer(PointerDownEvent)
    GestureRecognizer.isPointerAllowed(PointerDownEvent)
    GestureRecognizer.addScrollPointer(PointerScrollEvent)
    GestureRecognizer.debugDescription
    GestureRecognizer.invokeCallback<T>(String, RecognizerCallback<T>, Func<String>)
    GestureRecognizer.debugFillProperties(DiagnosticPropertiesBuilder)
    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 abstract class OneSequenceGestureRecognizer : GestureRecognizer, GestureArenaMember

    Constructors

    OneSequenceGestureRecognizer(Object, Nullable<PointerDeviceKind>)

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

    Properties

    team

    Declaration
    public GestureArenaTeam team { get; set; }
    Property Value
    Type Description
    GestureArenaTeam

    Methods

    acceptGesture(Int32)

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

    didStopTrackingLastPointer(Int32)

    Declaration
    protected abstract void didStopTrackingLastPointer(int pointer)
    Parameters
    Type Name Description
    System.Int32 pointer

    didStopTrackingLastScrollerPointer(Int32)

    Declaration
    protected virtual void didStopTrackingLastScrollerPointer(int pointer)
    Parameters
    Type Name Description
    System.Int32 pointer

    dispose()

    Declaration
    public override void dispose()
    Overrides
    GestureRecognizer.dispose()

    handleEvent(PointerEvent)

    Declaration
    protected abstract void handleEvent(PointerEvent evt)
    Parameters
    Type Name Description
    PointerEvent evt

    rejectGesture(Int32)

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

    resolve(GestureDisposition)

    Declaration
    protected virtual void resolve(GestureDisposition disposition)
    Parameters
    Type Name Description
    GestureDisposition disposition

    startTrackingPointer(Int32)

    Declaration
    protected void startTrackingPointer(int pointer)
    Parameters
    Type Name Description
    System.Int32 pointer

    startTrackingScrollerPointer(Int32)

    Declaration
    protected void startTrackingScrollerPointer(int pointer)
    Parameters
    Type Name Description
    System.Int32 pointer

    stopTrackingIfPointerNoLongerDown(PointerEvent)

    Declaration
    protected void stopTrackingIfPointerNoLongerDown(PointerEvent evt)
    Parameters
    Type Name Description
    PointerEvent evt

    stopTrackingPointer(Int32)

    Declaration
    protected void stopTrackingPointer(int pointer)
    Parameters
    Type Name Description
    System.Int32 pointer

    stopTrackingScrollerPointer(Int32)

    Declaration
    protected void stopTrackingScrollerPointer(int pointer)
    Parameters
    Type Name Description
    System.Int32 pointer
    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