Files
2026-07-13 13:15:05 +08:00

10 lines
298 B
C#

namespace Examples.Lib.render.sprite;
[Guid("876e870a-2e34-4adb-bdc9-878b312e633b")]
internal sealed class DrawPointSpritesShadedExample : Instance<DrawPointSpritesShadedExample>
{
[Output(Guid = "7c5d452d-25fd-4f2f-b3a2-161dcbca3e38")]
public readonly Slot<Texture2D> Output = new();
}