mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 07:00:10 -05:00
8 lines
253 B
C#
8 lines
253 B
C#
namespace VRM10.MToon10
|
|
{
|
|
public static class MToon10Meta
|
|
{
|
|
public static readonly string UnityShaderName = "VRM10/MToon10";
|
|
public static readonly string URPUnityShaderName = "VRM10/Universal Render Pipeline/MToon10";
|
|
}
|
|
} |