diff options
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index fb870ca..a3af66c 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -1211,6 +1211,16 @@ public class ToonerGUI : ShaderGUI { bc); SetKeyword("_CUBEMAP", bc.textureValue); + bc = FindProperty("_Lighting_Factor"); + editor.RangeProperty( + bc, + "Lighting multiplier"); + + bc = FindProperty("_Reflection_Probe_Saturation"); + editor.RangeProperty( + bc, + "Reflection probe saturation"); + bc = FindProperty("_Shadow_Strength"); editor.RangeProperty( bc, |
