testss
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEditor.ShaderGraph
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Struct)]
|
||||
class GenerateBlocksAttribute : Attribute
|
||||
{
|
||||
internal string path { get; set; }
|
||||
|
||||
public GenerateBlocksAttribute(string path = "")
|
||||
{
|
||||
this.path = path;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user