Nexus/Library/PackageCache/com.unity.shadergraph@759cfc176571/Editor/Generation/Enumerations/NormalDropOffSpace.cs

13 lines
169 B
C#
Raw Permalink Normal View History

2026-01-06 17:23:00 +01:00
using System;
namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum NormalDropOffSpace
{
Tangent,
Object,
World
}
}