summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
Diffstat (limited to 'Editor')
-rw-r--r--Editor/tooner.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs
index 3a158c8..3453e4d 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -2518,10 +2518,15 @@ public class ToonerGUI : ShaderGUI {
} else if (cmode == CutoutMode.InterleavedGradientNoise) {
bc = FindProperty("_Rendering_Cutout_Ign_Seed");
FloatProperty(bc, "Seed");
+ bc = FindProperty("_Rendering_Cutout_Ign_Speed");
+ FloatProperty(bc, "Speed");
}
EditorGUI.indentLevel -= 1;
}
+ bc = FindProperty("_Frame_Counter");
+ FloatProperty(bc, "Frame counter");
+
bc = FindProperty("_Cull");
UnityEngine.Rendering.CullMode cull_mode = (UnityEngine.Rendering.CullMode) bc.floatValue;
EditorGUI.BeginChangeCheck();