mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 07:00:10 -05:00
9 lines
153 B
C#
9 lines
153 B
C#
namespace VRMShaders.VRM10.MToon10.Runtime
|
|
{
|
|
public enum MToon10OutlineMode
|
|
{
|
|
None = 0,
|
|
World = 1,
|
|
Screen = 2,
|
|
}
|
|
} |