C# Class DefaultMenuTransistion, GameProject

Default menu transistion. Add a transistion to a menu by adding a new IMenuTransition script to each canvas. If you don't this one is automagically loaded.
Inheritance: IMenuTransistion
Show file Open project: EECS390IndieTeam/GameProject

Public Methods

Method Description
Transistion ( Canvas from, Canvas to ) : void

Loads from one menu to the next by disabling the current menu and enabling and moving the new one.

Method Details

Transistion() public method

Loads from one menu to the next by disabling the current menu and enabling and moving the new one.
public Transistion ( Canvas from, Canvas to ) : void
from Canvas Point A.
to Canvas Point B.
return void