WuhuIslandTesting/Library/PackageCache/com.unity.shadergraph@8148.12.1-8/Editor/Data/Nodes/NormalMapSpace.cs

11 lines
121 B
C#
Raw Permalink Normal View History

2025-01-07 02:06:59 +01:00
using System;
namespace UnityEditor.ShaderGraph
{
enum NormalMapSpace
{
Tangent,
Object
}
}