Property | Type | Description | |
---|---|---|---|
direction | ScrollDirection | ||
fastSwipeThreshold | int | ||
useFastSwipe | System.Boolean |
Property | Type | Description | |
---|---|---|---|
fastSwipeCounter | int | ||
fastSwipeTarget | int | ||
fastSwipeTimer | bool | ||
itemSize | float | ||
items | int | ||
lerp | bool | ||
lerpTarget | System.Vector3 | ||
listContainerCachedSize | System.Vector2 | ||
listContainerMaxPosition | float | ||
listContainerMinPosition | float | ||
listContainerRectTransform | RectTransform | ||
listContainerSize | float | ||
listContainerTransform | Transform | ||
pageAnchorPositions | System.Vector3[] | ||
pageOnDragStart | int | ||
positionOnDragStart | System.Vector3 | ||
rectTransform | RectTransform | ||
scrollRect | ScrollRect | ||
scrollRectTransform | RectTransform | ||
startDrag | bool | ||
startingPage | int |
Method | Description | |
---|---|---|
CurrentPage ( ) : int | ||
NextScreen ( ) : void | ||
OnBeginDrag ( |
||
OnDrag ( |
||
OnEndDrag ( |
||
PreviousScreen ( ) : void | ||
ResetPage ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
UpdateListItemPositions ( ) : void | ||
UpdateListItemsSize ( ) : void |
Method | Description | |
---|---|---|
UpdateScrollbar ( bool linkSteps ) : void |
Method | Description | |
---|---|---|
ChangePage ( int currentPage ) : void | ||
NextScreenCommand ( ) : void | ||
PrevScreenCommand ( ) : void |
public OnBeginDrag ( |
||
eventData | ||
return | void |
public OnDrag ( |
||
eventData | ||
return | void |
public OnEndDrag ( |
||
eventData | ||
return | void |
protected UpdateScrollbar ( bool linkSteps ) : void | ||
linkSteps | bool | |
return | void |
protected Vector2,System listContainerCachedSize | ||
return | System.Vector2 |
protected float listContainerMaxPosition | ||
return | float |
protected float listContainerMinPosition | ||
return | float |
protected RectTransform listContainerRectTransform | ||
return | RectTransform |
protected Transform listContainerTransform | ||
return | Transform |
protected Vector3[],System pageAnchorPositions | ||
return | System.Vector3[] |
protected Vector3,System positionOnDragStart | ||
return | System.Vector3 |
protected RectTransform scrollRectTransform | ||
return | RectTransform |