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.point.modify{
[Guid("a47622c0-dabc-41bc-b7b0-e79e34000182")]
internal sealed class PairPointsForGridWalkLinesExample : Instance<PairPointsForGridWalkLinesExample>
{
[Output(Guid = "5edc7e90-2463-4e8e-b0f2-fa92ed63ad74")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}
}