docs.unity.cn
    Show / Hide Table of Contents

    Class DragGestureRecognizer

    Gesture Recognizer for when the user performs a drag motion on the touch screen.

    Inheritance
    Object
    GestureRecognizer<DragGesture>
    DragGestureRecognizer
    Inherited Members
    GestureRecognizer<DragGesture>.onGestureStarted
    GestureRecognizer<DragGesture>.arSessionOrigin
    GestureRecognizer<DragGesture>.gestures
    GestureRecognizer<DragGesture>.m_Gestures
    GestureRecognizer<DragGesture>.Update()
    GestureRecognizer<DragGesture>.AddGesture(DragGesture)
    GestureRecognizer<DragGesture>.RemoveGesture(DragGesture)
    GestureRecognizer<DragGesture>.TryCreateOneFingerGestureOnTouchBegan(Func<Touch, DragGesture>)
    GestureRecognizer<DragGesture>.TryCreateOneFingerGestureOnTouchBegan(Func<InputSystem.EnhancedTouch.Touch, DragGesture>)
    GestureRecognizer<DragGesture>.TryCreateTwoFingerGestureOnTouchBegan(Func<Touch, Touch, DragGesture>)
    GestureRecognizer<DragGesture>.TryCreateTwoFingerGestureOnTouchBegan(Func<InputSystem.EnhancedTouch.Touch, InputSystem.EnhancedTouch.Touch, DragGesture>)
    Namespace: UnityEngine.XR.Interaction.Toolkit.AR
    Syntax
    public class DragGestureRecognizer : GestureRecognizer<DragGesture>
    Remarks

    To determine when a gesture is finished/updated, listen to events on the Gesture<T> object.

    Constructors

    DragGestureRecognizer()

    Initializes and returns an instance of DragGestureRecognizer.

    Declaration
    public DragGestureRecognizer()

    Properties

    slopInches

    Distance in inches a user's touch can drift from the start position before the drag gesture is interpreted as started.

    Declaration
    public float slopInches { get; set; }
    Property Value
    Type Description
    Single

    Methods

    TryCreateGestures()

    Try to recognize and create gestures.

    Declaration
    protected override void TryCreateGestures()
    Overrides
    UnityEngine.XR.Interaction.Toolkit.AR.GestureRecognizer<UnityEngine.XR.Interaction.Toolkit.AR.DragGesture>.TryCreateGestures()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, October 27, 2021