UnityTouchController.MaxTapContactTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Time in seconds to determine if the contact registers as a tap or a hold
public:
property float MaxTapContactTime { float get(); void set(float value); };
public float MaxTapContactTime { get; set; }
member this.MaxTapContactTime : single with get, set
Public Property MaxTapContactTime As Single