Click or drag to resize

GestureRecognizerAreTrackedTouchesWithinDistance Method

Determines whether any tracked touches are within the distance of the starting point of each tracked touch.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected bool AreTrackedTouchesWithinDistance(
	float thresholdUnits
)

Parameters

thresholdUnits
Type: SystemSingle
Threshold in units

Return Value

Type: Boolean
True if all touches are within thresholdUnits from their start position, false otherwise
See Also