Namespace UnityEngine.XR.Interaction.Toolkit.AR
Classes
DragGesture
Gesture for when the user performs a drag motion on the touch screen.
DragGestureRecognizer
Gesture Recognizer for when the user performs a drag motion on the touch screen.
GestureRecognizer<T>
A Gesture Recognizer processes touch input to determine if a gesture should start and fires an event when the gesture is started.
Gesture<T>
A Gesture represents a sequence of touch events that are detected to represent a particular type of motion (e.g. Dragging, Pinching).
PinchGesture
Gesture for when the user performs a two-finger pinch motion on the touch screen.
PinchGestureRecognizer
Gesture Recognizer for when the user performs a two-finger pinch motion on the touch screen.
TapGesture
Gesture for when the user performs a tap on the touch screen.
TapGestureRecognizer
Gesture Recognizer for when the user performs a tap on the touch screen.
TwistGesture
Gesture for when the user performs a two-finger twist motion on the touch screen.
TwistGestureRecognizer
Gesture Recognizer for when the user performs a two-finger twist motion on the touch screen.
TwoFingerDragGesture
Gesture for when the user performs a two finger vertical swipe motion on the touch screen.
TwoFingerDragGestureRecognizer
Gesture Recognizer for when the user performs a two finger drag motion on the touch screen.