Class TapGestureRecognizer
Gesture Recognizer for when the user performs a tap on the touch screen.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.AR
Syntax
public class TapGestureRecognizer : GestureRecognizer<TapGesture>
Remarks
To determine when a gesture is finished/updated, listen to events on the Gesture<T> object.
Constructors
TapGestureRecognizer()
Initializes and returns an instance of TapGestureRecognizer.
Declaration
public TapGestureRecognizer()
Properties
durationSeconds
Time (in seconds) within which a touch and release has to occur for it to be registered as a tap.
Declaration
public float durationSeconds { get; set; }
Property Value
Type | Description |
---|---|
Single |
slopInches
Distance in inches a user's touch can drift from the start position before the tap gesture is canceled.
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.TapGesture>.TryCreateGestures()