コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     inventario = GameObject.FindGameObjectWithTag("Player02").GetComponent <Inventario2>();
     animaInv   = GameObject.FindGameObjectWithTag("Inv2").GetComponent <Animator>();
     miraP2     = GameObject.FindGameObjectWithTag("MiraPlayer02");
 }
コード例 #2
0
 private void Start()
 {
     inventario         = GameObject.FindGameObjectWithTag("Player02").GetComponent <Inventario2>();
     goControladorArmas = GameObject.FindGameObjectWithTag("Controlador").GetComponent <ControlandoArma>();
 }
コード例 #3
0
ファイル: Slot2.cs プロジェクト: gabrielctorres/ArcadeRoyale
 private void Start()
 {
     inventario = GameObject.FindGameObjectWithTag("Player02").GetComponent <Inventario2>();
 }