Files
2026-07-13 13:13:17 +08:00

10 lines
258 B
C#

namespace Examples.howto;
[Guid("1ec749af-fe7d-4728-9855-d1fa3e879751")]
internal sealed class HowToUseTixl : Instance<HowToUseTixl>
{
[Output(Guid = "c301380c-8fe6-4e3d-af10-9cebd230b0e9")]
public readonly Slot<Texture2D> TextureOutput = new();
}