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.point.sim;
[Guid("af0a4265-44aa-49d9-b674-5b7c1937c99a")]
internal sealed class TextureMapForceExample : Instance<TextureMapForceExample>
{
[Output(Guid = "c3c883f9-6f5b-4057-bced-62a1f9a09bb1")]
public readonly Slot<Texture2D> ColorBuffer = new();
}