C# Class UnityEngine.UI.Extensions.ScrollSnap

Inheritance: MonoBehaviour, IBeginDragHandler, IEndDragHandler, IDragHandler
Afficher le fichier Open project: renketsu0/oculus_data_vis Class Usage Examples

Méthodes publiques

Свойство Type Description
direction ScrollDirection
fastSwipeThreshold int
useFastSwipe System.Boolean

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
CurrentPage ( ) : int
NextScreen ( ) : void
OnBeginDrag ( PointerEventData eventData ) : void
OnDrag ( PointerEventData eventData ) : void
OnEndDrag ( PointerEventData eventData ) : void
PreviousScreen ( ) : void
ResetPage ( ) : void
Start ( ) : void
Update ( ) : void
UpdateListItemPositions ( ) : void
UpdateListItemsSize ( ) : void

Méthodes protégées

Méthode Description
UpdateScrollbar ( bool linkSteps ) : void

Private Methods

Méthode Description
ChangePage ( int currentPage ) : void
NextScreenCommand ( ) : void
PrevScreenCommand ( ) : void

Method Details

CurrentPage() public méthode

public CurrentPage ( ) : int
Résultat int

NextScreen() public méthode

public NextScreen ( ) : void
Résultat void

OnBeginDrag() public méthode

public OnBeginDrag ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

OnDrag() public méthode

public OnDrag ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

OnEndDrag() public méthode

public OnEndDrag ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

PreviousScreen() public méthode

public PreviousScreen ( ) : void
Résultat void

ResetPage() public méthode

public ResetPage ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateListItemPositions() public méthode

public UpdateListItemPositions ( ) : void
Résultat void

UpdateListItemsSize() public méthode

public UpdateListItemsSize ( ) : void
Résultat void

UpdateScrollbar() protected méthode

protected UpdateScrollbar ( bool linkSteps ) : void
linkSteps bool
Résultat void

Property Details

direction public_oe property

public ScrollDirection direction
Résultat ScrollDirection

fastSwipeCounter protected_oe property

protected int fastSwipeCounter
Résultat int

fastSwipeTarget protected_oe property

protected int fastSwipeTarget
Résultat int

fastSwipeThreshold public_oe property

public int fastSwipeThreshold
Résultat int

fastSwipeTimer protected_oe property

protected bool fastSwipeTimer
Résultat bool

itemSize protected_oe property

protected float itemSize
Résultat float

items protected_oe property

protected int items
Résultat int

lerp protected_oe property

protected bool lerp
Résultat bool

lerpTarget protected_oe property

protected Vector3,System lerpTarget
Résultat System.Vector3

listContainerCachedSize protected_oe property

protected Vector2,System listContainerCachedSize
Résultat System.Vector2

listContainerMaxPosition protected_oe property

protected float listContainerMaxPosition
Résultat float

listContainerMinPosition protected_oe property

protected float listContainerMinPosition
Résultat float

listContainerRectTransform protected_oe property

protected RectTransform listContainerRectTransform
Résultat RectTransform

listContainerSize protected_oe property

protected float listContainerSize
Résultat float

listContainerTransform protected_oe property

protected Transform listContainerTransform
Résultat Transform

pageAnchorPositions protected_oe property

protected Vector3[],System pageAnchorPositions
Résultat System.Vector3[]

pageOnDragStart protected_oe property

protected int pageOnDragStart
Résultat int

positionOnDragStart protected_oe property

protected Vector3,System positionOnDragStart
Résultat System.Vector3

rectTransform protected_oe property

protected RectTransform rectTransform
Résultat RectTransform

scrollRect protected_oe property

protected ScrollRect scrollRect
Résultat ScrollRect

scrollRectTransform protected_oe property

protected RectTransform scrollRectTransform
Résultat RectTransform

startDrag protected_oe property

protected bool startDrag
Résultat bool

startingPage protected_oe property

protected int startingPage
Résultat int

useFastSwipe public_oe property

public Boolean,System useFastSwipe
Résultat System.Boolean