mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
8 lines
214 B
C#
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";
|
|
}
|
|
} |