728x90 씨샵1 Unity & C# ~ string.Format 글자 색상 적용 [SerializeField] Text text; void Start() { Color c = Color.blue; text.text = string.Format($"Text"); } 2022. 9. 26. 이전 1 다음 SMALL