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.mesh.modify;
[Guid("a35676b8-bcbc-4806-845a-8853b57f8ec7")]
internal sealed class ScatterMeshFacesExample : Instance<ScatterMeshFacesExample>
{
[Output(Guid = "6cb9da18-7a64-4722-a19a-882ef894ff5f")]
public readonly Slot<Texture2D> ImgOutput = new();
}