C# Class LevelSelectController, SOFTENG-306-PROJECT-2

Inheritance: MonoBehaviour
Afficher le fichier Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Méthodes publiques

Méthode Description
OnBeginDrag ( PointerEventData aEventData ) : void
OnDrag ( PointerEventData aEventData ) : void
OnEndDrag ( PointerEventData aEventData ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GetNearestPage ( ) : int
InitPageSelection ( ) : void
LerpToPage ( int aPageIndex ) : void
NextScreen ( ) : void
PreviousScreen ( ) : void
SetPage ( int aPageIndex ) : void
SetPagePositions ( ) : void
SetPageSelection ( int aPageIndex ) : void

Method Details

OnBeginDrag() public méthode

public OnBeginDrag ( PointerEventData aEventData ) : void
aEventData PointerEventData
Résultat void

OnDrag() public méthode

public OnDrag ( PointerEventData aEventData ) : void
aEventData PointerEventData
Résultat void

OnEndDrag() public méthode

public OnEndDrag ( PointerEventData aEventData ) : void
aEventData PointerEventData
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void