Beispiel #1
0
 void Start()
 {
     generadorManejadores = GameObject.FindGameObjectWithTag("GeneradorManejadores");
     malla                 = GameObject.FindGameObjectWithTag("Mesh");
     meshGeneration        = GameObject.FindGameObjectWithTag("Mesh").GetComponent <MeshGeneration>();
     manejadores           = this.gameObject;
     generacionManejadores = generadorManejadores.GetComponent <GeneracionManejadores>();
 }
Beispiel #2
0
 void Start()
 {
     generacionManejadores = generadorManejadores.GetComponent <GeneracionManejadores>();
 }