forked from BilalY/Rasagar
11 lines
135 B
C#
11 lines
135 B
C#
namespace UnityEditor.ShaderGraph
|
|
{
|
|
[GenerationAPI]
|
|
internal enum Cull
|
|
{
|
|
Back,
|
|
Front,
|
|
Off,
|
|
}
|
|
}
|