Upload project file

This commit is contained in:
Misaki
2024-08-15 17:00:11 +09:00
parent 684c51a8c0
commit e441bb7911
162 changed files with 63084 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
namespace Unity.Rendering.Toon {
internal enum ClippingMatteMode {
None = 0,
Base,
FirstShade,
SecondShade,
Highlight,
AngelRing,
}
}