Files
2026-07-13 13:15:05 +08:00

10 lines
283 B
C#

namespace Examples.Lib.point;
[Guid("9b5f602d-0449-453d-a08a-93430b313cb4")]
internal sealed class DisplacePoints2dExample : Instance<DisplacePoints2dExample>
{
[Output(Guid = "3192d666-6b7c-4ef4-9086-684df2f387a0")]
public readonly Slot<Texture2D> ColorBuffer = new();
}