10 lines
275 B
C#
10 lines
275 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("2fcb6afc-2d82-47a5-a6dd-39c85348b8c4")]
|
|
internal sealed class SelectPointsExample : Instance<SelectPointsExample>
|
|
{
|
|
[Output(Guid = "015dd888-70a7-412c-a2da-daada267c1ae")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new();
|
|
|
|
|
|
} |