C# Класс 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.
Наследование: IMenuTransistion
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Transistion() публичный Метод

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.
Результат void