linear
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
Public Member Functions | |
float | GetResult (float time, float duration, float startValue, float endValue) |
Get result of easing function More... | |
float | GetResult (float time, float duration, float startValue, float endValue) |
Get result of easing function More... | |
linear
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
float Yukar.Engine.Easing.Linear.GetResult | ( | float | time, |
float | duration, | ||
float | startValue, | ||
float | endValue | ||
) |
Get result of easing function
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
Implements Yukar.Engine.Easing.IEasing.