예제 #1
0
 // Use this for initialization
 void Start()
 {
     btnsf = GameObject.Find("Main Camera").GetComponent <Btns_Functions>();
 }
예제 #2
0
 // Use this for initialization
 void Start()
 {
     btnsf = GameObject.Find("Main Camera").GetComponent<Btns_Functions>();
 }
예제 #3
0
 // Use this for initialization
 void Start()
 {
     btnsf = this.gameObject.GetComponent<Btns_Functions> ();
 }
예제 #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>();
 }
예제 #5
0
 // Use this for initialization
 void Start()
 {
     btnsf = this.gameObject.GetComponent <Btns_Functions> ();
 }
예제 #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>();
 }