Added UtsSingleLightLoop
This commit is contained in:
@@ -35,8 +35,16 @@ namespace Misaki.HdrpToon.Editor
|
||||
|
||||
Initialize(materialEditor, properties);
|
||||
|
||||
_headerStyle = new GUIStyle() { fontSize = 25, fontStyle = FontStyle.Bold, alignment = TextAnchor.MiddleCenter };
|
||||
_headerStyle.normal.textColor = GUI.skin.label.normal.textColor;
|
||||
_headerStyle = new GUIStyle()
|
||||
{
|
||||
fontSize = 25,
|
||||
fontStyle = FontStyle.Bold,
|
||||
alignment = TextAnchor.MiddleCenter,
|
||||
normal =
|
||||
{
|
||||
textColor = GUI.skin.label.normal.textColor
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user