UniVRM/Assets/VRMShaders/VRM10/MToon10/Runtime/UnityShaderLab/MToonDefinedValues/MToon10OutlineModeKeyword.cs
Masataka SUMI 95042d2ce0 mv
2021-06-10 15:58:53 +09:00

8 lines
233 B
C#

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