IEasing Interface
Definition
Defines the interface for easing classes.
public interface IEasing
Methods
| Name | Description |
|---|---|
| Ease | Returns the value of the transition for the specified progress. |
Ease Method
Returns the value of the transition for the specified progress.
public double Ease(double progress)
Parameters
progress double
Returns
double