Пример #1
0
        //public RectTransform[]

        private void Start()
        {
            LinkedinURL.GetComponent <UILogo>().URL = linkedinList[IDCard];
            MailURL.GetComponent <UILogo>().URL     = "mailto:" + MailList[IDCard];
            PhoneURL.GetComponent <UILogo>().URL    = "tel:" + PhoneList[IDCard];
        }