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.howto;
[Guid("fc3a89d4-e7ea-45d8-b1c5-41170c7cd2b8")]
internal sealed class HowToUseOperators: Instance<HowToUseOperators>
{
[Output(Guid = "2621700c-8798-40ea-9dc8-a3f5ed1d0f41")]
public readonly Slot<Texture2D> Texture = new();
}