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;
[Guid("7644e221-9785-414b-905d-31fd68ec080c")]
internal sealed class SetAttributesWithPointFieldsExamples : Instance<SetAttributesWithPointFieldsExamples>
{
[Output(Guid = "c48f6792-915b-47d4-a880-3adbad88b6fd")]
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
}