mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 06:19:47 -05:00
9 lines
275 B
C#
9 lines
275 B
C#
namespace VRM10.MToon10
|
|
{
|
|
public static class UnityAlphaModeKeyword
|
|
{
|
|
public const string AlphaTest = "_ALPHATEST_ON";
|
|
public const string AlphaBlend = "_ALPHABLEND_ON";
|
|
public const string AlphaPremultiply = "_ALPHAPREMULTIPLY_ON";
|
|
}
|
|
} |