12 lines
352 B
C#
12 lines
352 B
C#
namespace Examples.Lib.point.modify{
|
|
[Guid("a47622c0-dabc-41bc-b7b0-e79e34000182")]
|
|
internal sealed class PairPointsForGridWalkLinesExample : Instance<PairPointsForGridWalkLinesExample>
|
|
{
|
|
[Output(Guid = "5edc7e90-2463-4e8e-b0f2-fa92ed63ad74")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
|
|
|
|
|
|
}
|
|
}
|
|
|