diff options
| author | yum <yum.food.vr@gmail.com> | 2025-01-22 21:05:22 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-01-22 21:07:08 -0800 |
| commit | f9eb05f74fd3697f93d3abbdad9e77638eb43651 (patch) | |
| tree | 73e8028080915c79b36638b346efdbadfa4be438 /Editor/tooner.cs | |
| parent | 690f824533db02ecf9ac7e2a5672c0c84c5d1c1d (diff) | |
Add LTCGI strength slider
Diffstat (limited to 'Editor/tooner.cs')
| -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; } |
