namespace UnityEngine.MaterialGraph { public interface IMayRequireNormal { bool RequiresNormal(); } }