diff options
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 0c06a28..da8aacc 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -3479,6 +3479,10 @@ public class ToonerGUI : ShaderGUI { bc = FindProperty("_LTCGI_DiffuseColor"); ColorProperty(bc, "Diffuse color (RGB)"); + + bc = FindProperty("_LTCGI_Strength"); + FloatProperty(bc, "LTCGI strength"); + EditorGUI.indentLevel -= 1; } |
