Temp FIN
This commit is contained in:
@@ -71,6 +71,7 @@ namespace PotaToon.Editor
|
||||
if (character.useDitherFade)
|
||||
{
|
||||
EditorGUI.indentLevel++;
|
||||
Undo.RecordObject(character, "Update Dither fade property");
|
||||
character.ditherFadeMinZ = Mathf.Max(0.01f, EditorGUILayout.FloatField(new GUIContent("Min Z", "Sets the nearest distance where dither fade peaks. Commonly the same as the camera near-clip."), character.ditherFadeMinZ));
|
||||
character.ditherFadeMaxZ = Mathf.Max(0.01f, EditorGUILayout.FloatField(new GUIContent("Max Z", "Sets the distance at which dither fade starts."), character.ditherFadeMaxZ));
|
||||
EditorGUI.indentLevel--;
|
||||
|
||||
Reference in New Issue
Block a user