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,11 @@
namespace Examples.Lib.mesh{
[Guid("786ad268-9a76-4675-a755-6c2922fb3916")]
internal sealed class DrawMeshChunksAtPointsExample : Instance<DrawMeshChunksAtPointsExample>
{
[Output(Guid = "760a21b6-b8de-4968-8a5b-d3ac2a7e3938")]
public readonly Slot<Texture2D> Result = new Slot<Texture2D>();
}
}