forked from BilalY/Rasagar
11 lines
151 B
C#
11 lines
151 B
C#
|
namespace UnityEditor.ShaderGraph
|
||
|
{
|
||
|
[GenerationAPI]
|
||
|
internal enum DisableBatching
|
||
|
{
|
||
|
True,
|
||
|
False,
|
||
|
LODFading
|
||
|
}
|
||
|
}
|