Esempio n. 1
0
        private IEnumerator AparicionDelPeso()
        {
            yield return(new WaitForSecondsRealtime(25f));

            Peso.SetActive(true);
            StartCoroutine(FadingEffects.ShowImageFading(1f, Peso.GetComponent <Image>()));
        }