Пример #1
0
 // Start is called before the first frame update
 void Start()
 {
     animator     = GetComponent <Animator>();
     panelKontrol = GameObject.Find("OyunYonetim").GetComponent <PanelKontrol>();
 }
Пример #2
0
 // Start is called before the first frame update
 void Start()
 {
     pK_Script = GetComponent <PanelKontrol>();
 }
Пример #3
0
 // Start is called before the first frame update
 void Start()
 {
     pK_Script  = GetComponent <PanelKontrol>();
     sahneGecis = GameObject.Find("SahneManager").GetComponent <SahneGecis>();
 }
 void Start()
 {
     panelKontrol = GameObject.Find("OyunYonetim").GetComponent <PanelKontrol>();
 }