CHANGE tooltip to describe the actual (changed) behaviour
parent
59b6c579f9
commit
2c8550532d
|
@ -64,7 +64,7 @@ namespace UnityEngine.UI.Extensions
|
|||
[Tooltip("Fast Swipe makes swiping page next / previous (optional)")]
|
||||
public Boolean UseFastSwipe = false;
|
||||
|
||||
[Tooltip("Offset for how far a swipe has to travel to initiate a page change (optional)\nDefault is the panel dimensions")]
|
||||
[Tooltip("Offset for how far a swipe has to travel to initiate a page change (optional)")]
|
||||
public int FastSwipeThreshold = 100;
|
||||
|
||||
[Tooltip("Speed at which the ScrollRect will keep scrolling before slowing down and stopping (optional)")]
|
||||
|
|
Loading…
Reference in New Issue