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 protected bool AreTrackedTouchesWithinDistance(
float thresholdUnits
)
Parameters
- thresholdUnits
- Type: SystemSingle
Threshold in units
Return Value
Type:
BooleanTrue if all touches are within thresholdUnits from their start position, false otherwise
See Also