diff options
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 51e13b5..4ce5bd0 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -928,6 +928,9 @@ public class ToonerGUI : ShaderGUI { MakeLabel(bc, "Glitter mask (RGBA)"), bc); + bc = FindProperty("_Glitter_Color"); + editor.ColorProperty(bc, "Color"); + bc = FindProperty("_Glitter_Density"); editor.FloatProperty( bc, |
