![]() |
|
線形
time | 進行時間 |
duration | 合計時間 |
startValue | |
endValue | 開始時の値 |
公開メンバ関数 | |
float | GetResult (float time, float duration, float startValue, float endValue) |
イージング関数の結果を取得 [詳解] | |
float | GetResult (float time, float duration, float startValue, float endValue) |
イージング関数の結果を取得 [詳解] | |
線形
time | 進行時間 |
duration | 合計時間 |
startValue | |
endValue | 開始時の値 |
float Yukar.Engine.Easing.Linear.GetResult | ( | float | time, |
float | duration, | ||
float | startValue, | ||
float | endValue | ||
) |
イージング関数の結果を取得
time | 進行時間 |
duration | 合計時間 |
startValue | |
endValue | 開始時の値 |
Yukar.Engine.Easing.IEasingを実装しています。