namespace UnityEditor.ShaderGraph { public interface IMayRequireBitangent { NeededCoordinateSpace RequiresBitangent(); } }