BaseNearInteractionTouchable.DebounceThreshold Property

Definition

Distance in front of the surface at which you will receive a touch completed event.

public:
 property float DebounceThreshold { float get(); void set(float value); };
public float DebounceThreshold { get; set; }
member this.DebounceThreshold : single with get, set
Public Property DebounceThreshold As Single

Property Value

Remarks

When the touchable is active and the pointer distance becomes greater than +DebounceThreshold (i.e. in front of the surface), then the Touch Completed event is raised and the touchable object is released by the pointer.

Applies to