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