Enum Menus.TransitionType
A set of transition types used by Transition(Action, Action, TransitionType, TransitionType, float, float, float, Color?).
public enum Menus.TransitionType
- Extension Methods
Fields
Fade = 1
A traiditional fade transition. The fade transition is used when transitioning from the splash screen to the main menu.
Swipe = 0
A swipe transition, which causes the screen to be transitioned out from left to right, and then back in from right to left. The swipe transition is used when transitioning between the main menu and the game.