10 lines
283 B
C#
10 lines
283 B
C#
namespace Examples.Lib.image.fx.stylize;
|
|
|
|
[Guid("2ff86df2-6492-4996-bd5e-fc12ec2e0947")]
|
|
internal sealed class AsciiRenderExample : Instance<AsciiRenderExample>
|
|
{
|
|
[Output(Guid = "20cdf670-2e51-44ab-9af2-3ff2c58485fd")]
|
|
public readonly Slot<Texture2D> TextureOut = new();
|
|
|
|
|
|
} |