10 lines
292 B
C#
10 lines
292 B
C#
namespace Examples.Lib.image.generate.pattern;
|
|
|
|
[Guid("d71a564b-44c7-42a6-b0ca-05d5f512be14")]
|
|
internal sealed class RyojiPattern1Example : Instance<RyojiPattern1Example>
|
|
{
|
|
[Output(Guid = "092308dc-05a0-4f10-815d-304a697908f7")]
|
|
public readonly Slot<Texture2D> ImgOutput = new();
|
|
|
|
|
|
} |