728x90
[SerializeField] Text text;
void Start()
{
Color c = Color.blue;
text.text = string.Format($"<color=#{c.ToHexString()}>Text</color>");
}
728x90
반응형
'Unity3D > Unity & C#' 카테고리의 다른 글
Unity & C# ~ Crop Image (0) | 2022.10.07 |
---|---|
Unity & C# ~ Mic 음성을 Spectrum 표현하기 (2) | 2022.10.05 |
Unity & C# ~ Text 형식 표기법(NO, F0, P0, D0 등) (0) | 2022.08.22 |
Unity & C# ~ VisualStudio 단축키 중 (내가) 자주 사용하는 단축키 (0) | 2022.07.05 |
Unity & C# ~ UI Image Fillamount 부드럽게 움직이게 하는 법 (0) | 2022.07.04 |