コード例 #1
0
 void Start()
 {
     if (Application.isEditor)
     {
         isMobile = false;
     }
     _player = GameObject.Find("Player").GetComponent <playerHandler_05> ();
 }
コード例 #2
0
 void Start()
 {
     // khi trong Editor thì hk thể để mobile được
     if (Application.isEditor)
     {
         isMobile = false;
     }
     _player = GameObject.Find("Player").GetComponent <playerHandler_05> ();
 }
コード例 #3
0
 void Start()
 {
     if (Application.isEditor)
         isMobile = false;
     _player = GameObject.Find ("Player").GetComponent<playerHandler_05> ();
 }