chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user