feat: basic tween system added
This commit is contained in:
7
Engine.Systems/Tween/IEasing.cs
Normal file
7
Engine.Systems/Tween/IEasing.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Syntriax.Engine.Systems.Tween;
|
||||
|
||||
public interface IEasing
|
||||
{
|
||||
float Evaluate(float value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user