Files
BookRPG/Library/PackageCache/com.unity.shadergraph@6db99422c248/Editor/Generation/Enumerations/IncludeLocation.cs
2026-07-16 21:49:59 +01:00

14 lines
189 B
C#

using System;
namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
[Serializable]
internal enum IncludeLocation
{
Pregraph,
Graph,
Postgraph
}
}