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.io.audio;
[Guid("012119bf-aeec-4134-b7aa-6bc7f9816800")]
internal sealed class SoundInputExample : Instance<SoundInputExample>
{
[Output(Guid = "e7ce8558-0fd1-4355-8c9e-dac6f0a3b757")]
public readonly Slot<Texture2D> TextureOutput = new();
}