10 lines
291 B
C#
10 lines
291 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("eb7bd521-c84b-45ad-88c6-a1ed79e64806")]
|
|
internal sealed class SplinePointsExample : Instance<SplinePointsExample>
|
|
{
|
|
[Output(Guid = "e1e8ec79-d528-496e-a769-0d2c526b9cf0")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
|
|
|
|
|
|
} |