11 lines
275 B
C#
11 lines
275 B
C#
namespace Examples.Lib.image.fx.stylize;
|
|
|
|
[Guid("47ee078b-e24f-4493-a068-864938e2c90b")]
|
|
internal sealed class StepsExamples : Instance<StepsExamples>
|
|
{
|
|
|
|
[Output(Guid = "1a00cbdb-8ead-4c34-92f2-2da3c73571c2")]
|
|
public readonly Slot<Texture2D> ImageOutput = new();
|
|
|
|
|
|
} |