Click or drag to resize

TransformGestureBaseScreenTransformThreshold Property

Gets or sets minimum distance in cm for pointers to move for gesture to begin.

Namespace:  TouchScript.Gestures.TransformGestures.Base
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float ScreenTransformThreshold { get; set; }

Property Value

Type: Single
Minimum value in cm user must move their fingers to start this gesture.
See Also