Esempio n. 1
0
 void Awake()
 {
     MenuMB.instance = this;
     this.renderer = this.GetComponent<Renderer> ();
     alpha = 0f;
 }
Esempio n. 2
0
 void Awake()
 {
     MenuMB.instance = this;
     this.renderer   = this.GetComponent <Renderer> ();
     alpha           = 0f;
 }