diff options
| author | yum <yum.food.vr@gmail.com> | 2024-08-28 16:33:39 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-08-28 16:33:39 -0700 |
| commit | c1a54b9eefa073a1a0c2bfb61d836b6ea9a590ac (patch) | |
| tree | 69a1b2fe2ca0f6d1769767aebf2e886f1f42793f /Editor | |
| parent | f4d0ad8f349bcf99470b2cfa1e9531c4c0b61d29 (diff) | |
Add color (tint) to glitter
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, |
