Files
tooll3--t3/Operators/examples/lib/numbers/SpringExample.cs
T
2026-07-13 13:13:17 +08:00

10 lines
281 B
C#

namespace Examples.Lib.numbers;
[Guid("04b8f508-2101-42dc-8d91-60b585bc561e")]
internal sealed class SpringExample : Instance<SpringExample>
{
[Output(Guid = "4381982d-9e95-44d1-a4cb-d6be0cde4ccb")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}