Пример #1
0
 void Awake()
 {
     titleCardImg        = titleCardObj.GetComponent <Image>();
     titleCardFadeScript = titleCardObj.GetComponent <FadeInOutBoth>();
     titleCardImg.color  = new Color(titleCardImg.color.r, titleCardImg.color.g, titleCardImg.color.b, 0f);
     titleCardTxt.color  = new Color(titleCardTxt.color.r, titleCardTxt.color.g, titleCardTxt.color.b, titleCardImg.color.a);
 }