VR4RoboticArm3/VR4RoboticArm/Library/PackageCache/com.unity.shadergraph/Editor/Generation/Enumerations/RenderQueue.cs
IonutMocanu 1d45ac8df0 Main1
2025-09-15 21:53:38 +03:00

13 lines
194 B
C#

namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum RenderQueue
{
Background,
Geometry,
Transparent,
Overlay,
AlphaTest
}
}