Files

11 lines
151 B
C#

namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum DisableBatching
{
True,
False,
LODFading
}
}