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