10 lines
289 B
C#
10 lines
289 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("21198ce9-7ef8-4f5e-a26a-f29b6abbcdec")]
|
|
internal sealed class DrawConnectionLinesExample : Instance<DrawConnectionLinesExample>
|
|
{
|
|
[Output(Guid = "3c42f59b-1595-423b-b605-2c6f24ff6ed5")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new();
|
|
|
|
|
|
} |