2025-05-01 01:48:08 -07:00

11 lines
151 B
C#

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