Unity_C#
hexadecimal convert color
뜬금이별똥이
2018. 10. 16. 20:37
1 2 3 4 5 | Color color; if (ColorUtility.TryParseHtmlString("#808080", out color)) { material.SetColor("_TintColor", color); } | cs |