10 lines
287 B
C#
10 lines
287 B
C#
namespace Examples.Lib.image.generate.noise;
|
|
|
|
[Guid("3ce7996f-dd8a-4deb-9cd5-d0aed584026f")]
|
|
internal sealed class FragmentNoiseExample : Instance<FragmentNoiseExample>
|
|
{
|
|
[Output(Guid = "155b810c-19f7-4f0f-a4b4-ab0b18d2743a")]
|
|
public readonly Slot<Texture2D> Output = new();
|
|
|
|
|
|
} |