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 |
Method | Description | |
---|---|---|
Awake ( ) : void |
public GetPopViewTransition ( int popCount = 1, bool force = false, bool displayFirst = false ) : U9Transition, | ||
popCount | int | |
force | bool | |
displayFirst | bool | |
return | U9Transition, |
public GetPushViewTransition ( U9View, newView, bool hideOldView = true, bool force = false, bool hideAfter = false ) : U9Transition, | ||
newView | U9View, | |
hideOldView | bool | |
force | bool | |
hideAfter | bool | |
return | U9Transition, |