Files
tixl3d--tixl/Operators/examples/lib/point/DrawConnectionLinesExample.cs
2026-07-13 13:15:05 +08:00

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();
}