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
파일 보기 프로젝트 열기: EECS390IndieTeam/GameProject

공개 메소드들

메소드 설명
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