C# Class U9ViewStack, swip3

Inheritance: MonoBehaviour
Show file Open project: unit9/swip3

Public Methods

Method 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

Method Description
Awake ( ) : void

Method Details

ClearStack() public method

public ClearStack ( ) : void
return void

GetPopViewTransition() public method

public GetPopViewTransition ( int popCount = 1, bool force = false, bool displayFirst = false ) : U9Transition,
popCount int
force bool
displayFirst bool
return U9Transition,

GetPushViewTransition() public method

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

PrintStack() public method

public PrintStack ( ) : void
return void