10 lines
297 B
C#
10 lines
297 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("78413b72-9c04-41e7-93cc-7fc75aff99b5")]
|
|
internal sealed class PointAttributeFromNoiseExample : Instance<PointAttributeFromNoiseExample>
|
|
{
|
|
[Output(Guid = "bd0734b4-a85d-49ae-9d33-70f78ae93214")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new();
|
|
|
|
|
|
} |