chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -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();
}