Logo
公開メンバ関数 | 全メンバ一覧
Yukar.Engine.Easing.Linear クラス

線形

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]

Yukar.Engine.Easing.Linear の継承関係図
Yukar.Engine.Easing.IEasing

公開メンバ関数

float GetResult (float time, float duration, float startValue, float endValue)
イージング関数の結果を取得 [詳解]
float GetResult (float time, float duration, float startValue, float endValue)
イージング関数の結果を取得 [詳解]

詳解

線形

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値

メソッド詳解

GetResult()

float Yukar.Engine.Easing.Linear.GetResult ( float time,
float duration,
float startValue,
float endValue
)

イージング関数の結果を取得

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
戻り値

Yukar.Engine.Easing.IEasingを実装しています。


このクラス詳解は次のファイルから抽出されました: