10 lines
281 B
C#
10 lines
281 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("0d94d3d9-3023-4763-b80c-2c63415500d4")]
|
|
internal sealed class TransformPointsExample : Instance<TransformPointsExample>
|
|
{
|
|
[Output(Guid = "894cb20e-ff5a-48b5-a8d7-1fc64f933154")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new();
|
|
|
|
|
|
} |