refactor: IEasing.Evaluate parameter renamed to x
This commit is contained in:
@@ -2,6 +2,6 @@ namespace Syntriax.Engine.Systems.Tween;
|
||||
|
||||
public interface IEasing
|
||||
{
|
||||
float Evaluate(float value);
|
||||
float Evaluate(float x);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user