Exemple #1
0
        internal static void SetChildText(UIBehaviour ctlTitle, string title)
        {
            //TODO:临时方法
            var text = ctlTitle.GetComponentInChildren <Text>();

            text.text = title;
        }