10 lines
286 B
C#
10 lines
286 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("a1384530-671b-4a6a-b17c-89480bc2f23a")]
|
|
internal sealed class SoftTransformPointsExample2 : Instance<SoftTransformPointsExample2>
|
|
{
|
|
[Output(Guid = "95b440d5-9394-4687-b9a3-eaad83c0254c")]
|
|
public readonly Slot<Texture2D> Output = new();
|
|
|
|
|
|
} |