C# Class UnityEngine.UI.Extensions.HorizontalScrollSnap

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

Méthodes publiques

Свойство Type Description
FastSwipeThreshold int
UseFastSwipe System.Boolean

Méthodes publiques

Méthode Description
CurrentScreen ( ) : int
NextScreen ( ) : void
OnBeginDrag ( PointerEventData eventData ) : void
OnDrag ( PointerEventData eventData ) : void
OnEndDrag ( PointerEventData eventData ) : void
PreviousScreen ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
ChangeBulletsInfo ( int currentScreen ) : void
DistributePages ( ) : void
FindClosestFrom ( System.Vector3 start, System positions ) : System.Vector3
NextScreenCommand ( ) : void
PrevScreenCommand ( ) : void

Method Details

CurrentScreen() public méthode

public CurrentScreen ( ) : 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

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

FastSwipeThreshold public_oe property

public int FastSwipeThreshold
Résultat int

UseFastSwipe public_oe property

public Boolean,System UseFastSwipe
Résultat System.Boolean