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