コード例 #1
0
ファイル: UIUtils.cs プロジェクト: evesgf/LarkFramework_v1
        internal static void SetChildText(UIBehaviour ctlTitle, string title)
        {
            //TODO:临时方法
            var text = ctlTitle.GetComponentInChildren <Text>();

            text.text = title;
        }