Files
tooll3--t3/Operators/Skills/Math/M01_BasicMath/M01c_Sine.cs
T
2026-07-13 13:13:17 +08:00

10 lines
261 B
C#

namespace Skills.Math.M01_BasicMath;
[Guid("e3375df2-3475-4d76-970c-4c8fa3dcc941")]
internal sealed class M01c_Sine : Instance<M01c_Sine>
{
[Output(Guid = "608d1972-b533-43ca-93fe-b1747f0ec231")]
public readonly Slot<Texture2D> ColorBuffer = new();
}