C# Class U9ViewStack, swip3

Inheritance: MonoBehaviour
Afficher le fichier Open project: unit9/swip3

Méthodes publiques

Méthode Description
ClearStack ( ) : void
GetPopViewTransition ( int popCount = 1, bool force = false, bool displayFirst = false ) : U9Transition,
GetPushViewTransition ( U9View, newView, bool hideOldView = true, bool force = false, bool hideAfter = false ) : U9Transition,
PrintStack ( ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

ClearStack() public méthode

public ClearStack ( ) : void
Résultat void

GetPopViewTransition() public méthode

public GetPopViewTransition ( int popCount = 1, bool force = false, bool displayFirst = false ) : U9Transition,
popCount int
force bool
displayFirst bool
Résultat U9Transition,

GetPushViewTransition() public méthode

public GetPushViewTransition ( U9View, newView, bool hideOldView = true, bool force = false, bool hideAfter = false ) : U9Transition,
newView U9View,
hideOldView bool
force bool
hideAfter bool
Résultat U9Transition,

PrintStack() public méthode

public PrintStack ( ) : void
Résultat void