summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
Diffstat (limited to 'Editor')
-rw-r--r--Editor/tooner.cs10
1 files changed, 7 insertions, 3 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs
index deb2357..116fb4f 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -1136,9 +1136,13 @@ public class ToonerGUI : ShaderGUI {
bc,
"Number of clones");
bc = FindProperty("_Clones_dx");
- RangeProperty(
- bc,
- "x offset");
+ RangeProperty(bc, "x offset");
+ bc = FindProperty("_Clones_dy");
+ RangeProperty(bc, "y offset");
+ bc = FindProperty("_Clones_dz");
+ RangeProperty(bc, "z offset");
+ bc = FindProperty("_Clones_Scale");
+ VectorProperty(bc, "Scale");
}
EditorGUI.indentLevel -= 1;
show_ui.RemoveAt(show_ui.Count - 1);