Definition at line 20 of file ScrollSnap.cs.
◆ ScrollDirection
◆ ChangePage()
void UnityEngine.UI.Extensions.ScrollSnap.ChangePage |
( |
int |
page | ) |
|
◆ CurrentPage()
int UnityEngine.UI.Extensions.ScrollSnap.CurrentPage |
( |
| ) |
|
◆ NextScreen()
void UnityEngine.UI.Extensions.ScrollSnap.NextScreen |
( |
| ) |
|
◆ OnBeginDrag()
void UnityEngine.UI.Extensions.ScrollSnap.OnBeginDrag |
( |
PointerEventData |
eventData | ) |
|
◆ OnDrag()
void UnityEngine.UI.Extensions.ScrollSnap.OnDrag |
( |
PointerEventData |
eventData | ) |
|
◆ OnEndDrag()
void UnityEngine.UI.Extensions.ScrollSnap.OnEndDrag |
( |
PointerEventData |
eventData | ) |
|
◆ PageSnapChange()
delegate void UnityEngine.UI.Extensions.ScrollSnap.PageSnapChange |
( |
int |
page | ) |
|
◆ PreviousScreen()
void UnityEngine.UI.Extensions.ScrollSnap.PreviousScreen |
( |
| ) |
|
◆ ResetPage()
void UnityEngine.UI.Extensions.ScrollSnap.ResetPage |
( |
| ) |
|
◆ SetLerp()
void UnityEngine.UI.Extensions.ScrollSnap.SetLerp |
( |
bool |
value | ) |
|
Added to provide a uniform interface for the ScrollBarHelper
Definition at line 458 of file ScrollSnap.cs.
◆ StartScreenChange()
void UnityEngine.UI.Extensions.ScrollSnap.StartScreenChange |
( |
| ) |
|
◆ UpdateListItemPositions()
void UnityEngine.UI.Extensions.ScrollSnap.UpdateListItemPositions |
( |
| ) |
|
◆ UpdateListItemsSize()
void UnityEngine.UI.Extensions.ScrollSnap.UpdateListItemsSize |
( |
| ) |
|
◆ AutoLayoutItems
bool UnityEngine.UI.Extensions.ScrollSnap.AutoLayoutItems = true |
◆ direction
◆ FastSwipeThreshold
int UnityEngine.UI.Extensions.ScrollSnap.FastSwipeThreshold = 100 |
◆ ItemsVisibleAtOnce
int UnityEngine.UI.Extensions.ScrollSnap.ItemsVisibleAtOnce = 1 |
◆ LinkScrolbarSteps
bool UnityEngine.UI.Extensions.ScrollSnap.LinkScrolbarSteps = false |
◆ LinkScrolrectScrollSensitivity
bool UnityEngine.UI.Extensions.ScrollSnap.LinkScrolrectScrollSensitivity = false |
◆ NextButton
Button UnityEngine.UI.Extensions.ScrollSnap.NextButton |
◆ PrevButton
Button UnityEngine.UI.Extensions.ScrollSnap.PrevButton |
◆ UseFastSwipe
Boolean UnityEngine.UI.Extensions.ScrollSnap.UseFastSwipe = true |
◆ onPageChange
The documentation for this class was generated from the following file: