unity 字体设置

    //字体居中
            sunOBJ.GetComponent<Text>().alignment = TextAnchor.MiddleCenter;
            //字体30号
            sunOBJ.GetComponent<Text>().fontSize = 30;

            //字体颜色
            sunOBJ.GetComponent<Text>().color = new Color32(23, 123, 44, 255);

 

posted on 2021-05-11 09:59  zqiang0803  阅读(372)  评论(0编辑  收藏  举报

导航