Class ShaderIncludePathAttribute
Implements
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
[Obsolete("[ShaderIncludePath] attribute is being obsoleted. Your shader library should be under the Assets folder or in a package. To include shader headers directly from a package, use #include \"Packages/<package name>/<path to your header file>\"", false)]
[AttributeUsage(AttributeTargets.Method)]
public class ShaderIncludePathAttribute : Attribute, _Attribute