WuhuIslandTesting/Library/PackageCache/com.unity.shadergraph@8148.12.1-8/Editor/Data/Nodes/NormalMapSpace.cs
2025-01-07 02:06:59 +01:00

10 lines
121 B
C#

using System;
namespace UnityEditor.ShaderGraph
{
enum NormalMapSpace
{
Tangent,
Object
}
}