docs.unity3d.com
    目次を表示する/隠す

    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>.xrOrigin
    GestureRecognizer<DragGesture>.gestures
    GestureRecognizer<DragGesture>.Update()
    GestureRecognizer<DragGesture>.AddGesture(DragGesture)
    GestureRecognizer<DragGesture>.RemoveGesture(DragGesture)
    GestureRecognizer<DragGesture>.TryCreateOneFingerGestureOnTouchBegan(Func<Touch, DragGesture>, Action<DragGesture, Touch>)
    GestureRecognizer<DragGesture>.TryCreateOneFingerGestureOnTouchBegan(Func<Touch, DragGesture>, Action<DragGesture, Touch>)
    GestureRecognizer<DragGesture>.TryCreateTwoFingerGestureOnTouchBegan(Func<Touch, Touch, DragGesture>, Action<DragGesture, Touch, Touch>)
    GestureRecognizer<DragGesture>.TryCreateTwoFingerGestureOnTouchBegan(Func<Touch, Touch, DragGesture>, Action<DragGesture, Touch, Touch>)
    GestureRecognizer<DragGesture>.arSessionOrigin
    GestureRecognizer<DragGesture>.m_Gestures
    GestureRecognizer<DragGesture>.TryCreateOneFingerGestureOnTouchBegan(Func<Touch, DragGesture>)
    GestureRecognizer<DragGesture>.TryCreateOneFingerGestureOnTouchBegan(Func<Touch, DragGesture>)
    GestureRecognizer<DragGesture>.TryCreateTwoFingerGestureOnTouchBegan(Func<Touch, Touch, DragGesture>)
    GestureRecognizer<DragGesture>.TryCreateTwoFingerGestureOnTouchBegan(Func<Touch, Touch, DragGesture>)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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()
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)