diff options
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 2c02896..fb870ca 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -113,6 +113,8 @@ public class ToonerGUI : ShaderGUI { editor.RangeProperty(bc, "Strength"); bc = FindProperty("_Clearcoat_Roughness"); editor.RangeProperty(bc, "Roughness"); + bc = FindProperty("_Clearcoat_Mask"); + editor.TexturePropertySingleLine(MakeLabel(bc, "Mask"), bc); } } |
