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

11 lines
135 B
C#

namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum Cull
{
Back,
Front,
Off,
}
}