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.image.transform;
[Guid("af89cc41-67ab-4ef8-8a63-ce0de82d8652")]
internal sealed class TransformImageExample : Instance<TransformImageExample>
{
[Output(Guid = "d7ba385e-4168-4c1e-bde2-18343e0a9d1e")]
public readonly Slot<Texture2D> Output = new();
}