コード例 #1
0
 //private DestruirComponetInvisible DestruirComponetInvisible;
 void Start()
 {
     Screen.orientation = ScreenOrientation.Landscape;
       animacion = alien.GetComponentInChildren<Animation>();
       activarParticula = GetComponent<ActivarParticula>();
       screenBlood = GetComponent<SangrePantalla>();
       defaultTrackeableEventHandler = marker.GetComponent<DefaultTrackableEventHandler>();
       soundPlay = GetComponent<ReproducirSonido>();
       activarParticula.disableParticula();
       activarParticula.disableParticleInfinit();
 }
 // Use this for initialization
 void Start()
 {
     this.iniciarExplosion();
     video = GetComponentInChildren<VideoPlaybackBehaviour>();
     reproducirSonido=GetComponent<ReproducirSonido>();
 }
 // Use this for initialization
 void Start()
 {
     this.iniciarExplosion();
     video            = GetComponentInChildren <VideoPlaybackBehaviour>();
     reproducirSonido = GetComponent <ReproducirSonido>();
 }