Unity TryParseHtmlString
string htmlValue = "#1234df";
Color newCol;
if (ColorUtility.TryParseHtmlString(htmlValue, out newCol))property.colorValue = newCol;
Color newCol;
if (ColorUtility.TryParseHtmlString(htmlValue, out newCol))property.colorValue = newCol;
テーマ : Unityゲーム制作
ジャンル : コンピュータ