StellarXipher/Library/PackageCache/com.unity.shadergraph@d57efd43b1c1/Editor/Generation/Enumerations/DisableBatching.cs
2025-02-06 16:45:46 -05:00

11 lines
151 B
C#

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