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

    Class ImmediateMultiDragGestureRecognizer

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    GestureRecognizer
    MultiDragGestureRecognizer<_ImmediatePointerState>
    ImmediateMultiDragGestureRecognizer
    Inherited Members
    MultiDragGestureRecognizer<_ImmediatePointerState>.onStart
    MultiDragGestureRecognizer<_ImmediatePointerState>.addAllowedPointer(PointerDownEvent)
    MultiDragGestureRecognizer<_ImmediatePointerState>.acceptGesture(Int32)
    MultiDragGestureRecognizer<_ImmediatePointerState>.rejectGesture(Int32)
    MultiDragGestureRecognizer<_ImmediatePointerState>.dispose()
    GestureRecognizer.debugOwner
    GestureRecognizer.addPointer(PointerDownEvent)
    GestureRecognizer.handleNonAllowedPointer(PointerDownEvent)
    GestureRecognizer.isPointerAllowed(PointerDownEvent)
    GestureRecognizer.addScrollPointer(PointerScrollEvent)
    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 class ImmediateMultiDragGestureRecognizer : MultiDragGestureRecognizer<_ImmediatePointerState>, GestureArenaMember

    Constructors

    ImmediateMultiDragGestureRecognizer(Object, Nullable<PointerDeviceKind>)

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

    Properties

    debugDescription

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

    Methods

    createNewPointerState(PointerDownEvent)

    Declaration
    public override _ImmediatePointerState createNewPointerState(PointerDownEvent pEvent)
    Parameters
    Type Name Description
    PointerDownEvent pEvent
    Returns
    Type Description
    _ImmediatePointerState
    Overrides
    Unity.UIWidgets.gestures.MultiDragGestureRecognizer<Unity.UIWidgets.gestures._ImmediatePointerState>.createNewPointerState(Unity.UIWidgets.gestures.PointerDownEvent)
    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