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 9190f0f..7063972 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -371,6 +371,11 @@ public class ToonerGUI : ShaderGUI {
bc,
"Rim lighting emission");
+ bc = FindProperty($"_Rim_Lighting{i}_Quantization");
+ editor.FloatProperty(
+ bc,
+ "Rim lighting quantization");
+
bc = FindProperty($"_Rim_Lighting{i}_Glitter_Enabled");
enabled = bc.floatValue > 1E-6;
EditorGUI.BeginChangeCheck();