Exemple #1
0
        public void SetText(string componentName, string str)
        {
            UIBehaviour tmp = GetGameObject <UIBehaviour>(componentName);

            if (tmp != null)
            {
                tmp.SetText(str);
            }
        }