mathe/Library/PackageCache/com.unity.shadergraph@14.0.8/Editor/Generation/Enumerations/KeywordScope.cs
2024-09-20 20:30:10 +02:00

10 lines
131 B
C#

namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum KeywordScope
{
Local,
Global
}
}