Skip to content

Switcher

flashwade03 edited this page Jan 11, 2016 · 1 revision

#Switcher

Switcher has functions of Changing View. This class is singleton pattern class. When other class calls this class object, return value is same object always. All of Unity Scene have Script. In this Script, exists many Unity basic functions(for example, Start(), Update(), Awake(), etc...). Eventually, those functions operate game scene. Switcher Class also has basic Unity functions. And this script has additional functions about Cameratransition.

Clone this wiki locally