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,9 @@
namespace Examples.Lib.image.generate.pattern;
[Guid("014b8d6f-c7f2-43b5-84a8-033356e440ef")]
internal sealed class RasterExample : Instance<RasterExample>
{
[Output(Guid = "8eedd2e2-8806-4e97-9ca2-ec6d881e62fc")]
public readonly Slot<Texture2D> Output = new();
}