コード例 #1
0
ファイル: Oyuncu.cs プロジェクト: cvtsrky/KosuKizi
 // Start is called before the first frame update
 void Start()
 {
     animator     = GetComponent <Animator>();
     panelKontrol = GameObject.Find("OyunYonetim").GetComponent <PanelKontrol>();
 }
コード例 #2
0
ファイル: KayitOl.cs プロジェクト: tokyaycanan/unity_
 // Start is called before the first frame update
 void Start()
 {
     pK_Script = GetComponent <PanelKontrol>();
 }
コード例 #3
0
ファイル: GirisPanel.cs プロジェクト: tokyaycanan/unity_
 // 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>();
 }