Added ShadingColorScope;

This commit is contained in:
2025-01-30 22:36:37 +08:00
parent 181a53a3b2
commit 5d23bd906b
3 changed files with 112 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ namespace Misaki.HdrpToon.Editor
private void OnInitialize(MaterialEditor materialEditor, MaterialProperty[] properties)
{
AddUIScope(new SurfaceOptionsScope());
AddUIScope(new ShadingColorSettingsScope());
AddUIScope(new AngelRingScope());
AddUIScope(new OutlineScope());