Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     btnsf = GameObject.Find("Main Camera").GetComponent <Btns_Functions>();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     btnsf = GameObject.Find("Main Camera").GetComponent<Btns_Functions>();
 }
Exemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     btnsf = this.gameObject.GetComponent<Btns_Functions> ();
 }
Exemplo n.º 4
0
 // Use this for initialization
 void Start()
 {
     btnsf = this.gameObject.GetComponent<Btns_Functions> ();
     user = GameObject.Find("InputUserID").GetComponent<InputField>();
     pass = GameObject.Find("InputPassword").GetComponent<InputField>();
 }
Exemplo n.º 5
0
 // Use this for initialization
 void Start()
 {
     btnsf = this.gameObject.GetComponent <Btns_Functions> ();
 }
Exemplo n.º 6
0
 // Use this for initialization
 void Start()
 {
     btnsf = this.gameObject.GetComponent <Btns_Functions> ();
     user  = GameObject.Find("InputUserID").GetComponent <InputField>();
     pass  = GameObject.Find("InputPassword").GetComponent <InputField>();
 }