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("0b019a98-0470-4d98-9d34-e06abd8c72d1")]
internal sealed class SoftTransformPointsExample : Instance<SoftTransformPointsExample>
{
[Output(Guid = "d4ccbf12-6e9e-461e-867b-bc72b89afc80")]
public readonly Slot<Texture2D> ColorBuffer = new();
}