VR4Medical/ICI/Library/PackageCache/com.unity.shadergraph@e5d3455aa133/Editor/Generation/Enumerations/IncludeLocation.cs
2025-07-29 13:45:50 +03:00

14 lines
189 B
C#

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