Removed the dependency of RenderingLayerMask in UTSOutlinePass;

This commit is contained in:
Misaki
2024-11-20 17:01:24 +09:00
parent 52469649de
commit 60631f558f
9 changed files with 165 additions and 195 deletions

View File

@@ -9,7 +9,6 @@ namespace Unity.Toonshader
public struct UTSOutlineSetting
{
public bool enable;
public RenderingLayerMask renderingLayer;
}
[Serializable]