summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
Diffstat (limited to 'Editor')
-rw-r--r--Editor/tooner.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs
index 953f5c5..df3fa9d 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -2510,6 +2510,9 @@ public class ToonerGUI : ShaderGUI {
TexturePropertySingleLine(
MakeLabel(bc, "Noise mask"),
bc);
+ } else if (cmode == CutoutMode.InterleavedGradientNoise) {
+ bc = FindProperty("_Rendering_Cutout_Ign_Seed");
+ FloatProperty(bc, "Seed");
}
EditorGUI.indentLevel -= 1;
}