UniVRM/Assets/VRM10/MToon10/Runtime/UnityShaderLab/MToonDefinedValues/MToon10OutlineModeKeyword.cs

8 lines
214 B
C#

namespace VRM10.MToon10
{
public static class MToon10OutlineModeKeyword
{
public const string World = "_MTOON_OUTLINE_WORLD";
public const string Screen = "_MTOON_OUTLINE_SCREEN";
}
}