Practice_Unity/Library/PackageCache/com.unity.shadergraph@287dd3fa176c/Editor/Generation/Enumerations/ZWrite.cs
2025-09-16 17:30:13 +09:00

10 lines
120 B
C#

namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum ZWrite
{
On,
Off,
}
}