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

12 lines
308 B
C#

namespace Examples.Lib.numbers.anim{
[Guid("4ce0b357-d71e-4d99-a7f4-3c5b00e6e67c")]
internal sealed class EaseExample : Instance<EaseExample>
{
[Output(Guid = "3a31dcc0-fd2c-4d1c-8e8a-7b04cf374962")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}
}