Class TouchMultiTapGesture
Inheritance
TouchMultiTapGesture
Syntax
public class TouchMultiTapGesture : TouchGesture, IGesture
Constructors
TouchMultiTapGesture()
Declaration
public TouchMultiTapGesture()
TouchMultiTapGesture(Action<Vector2>)
Declaration
public TouchMultiTapGesture(Action<Vector2> onTap)
Parameters
Properties
AllowedDistanceBetweenTaps
Declaration
public float AllowedDistanceBetweenTaps { get; set; }
Property Value
AllowedDistanceDuringTaps
Declaration
public float AllowedDistanceDuringTaps { get; set; }
Property Value
FingersNumber
Declaration
public int FingersNumber { get; set; }
Property Value
ResetAfterComplete
Declaration
public bool ResetAfterComplete { get; set; }
Property Value
TapNumber
Declaration
public int TapNumber { get; set; }
Property Value
TimeAllowedAsTap
Declaration
public float TimeAllowedAsTap { get; set; }
Property Value
TimeAllowedBetweenTaps
Declaration
public float TimeAllowedBetweenTaps { get; set; }
Property Value
Methods
Update()
Declaration
public override void Update()
Overrides
Events
onTap
Declaration
public event Action<Vector2> onTap
Event Type