cirnogodot/GTweensGodot/GTweens/Source/Easings/EasingDelegate.cs

4 lines
101 B
C#
Raw Normal View History

2025-02-24 11:52:50 +01:00
namespace GTweens.Easings
{
public delegate float EasingDelegate(float a, float b, float t);
}