Logo
クラス
Yukar.Engine.Easing 名前空間

クラス

class EaseInCubic
時間の三次関数を用いたeasein

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseInOutCubic
時間の三次関数を用いたeaseinout

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseInOutQuad
時間の二次関数を用いたeaseinout

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseInOutQuart
時間の四次関数を用いたeaseinout

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseInOutSine
サイン関数を用いたeaseinout

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseInQuad
時間の二次関数を用いたeasein

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseInQuart
時間の四次関数を用いたeasein

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseInSine
サイン関数を用いたeasein

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseOutCubic
時間の三次関数を用いたeaseout

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseOutQuad
時間の二次関数を用いたeaseout

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseOutQuart
時間の四次関数を用いたeaseout

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EaseOutSine
サイン関数を用いたeaseout

引数
time 進行時間
duration 合計時間
startValue
endValue 開始時の値
[詳解]
class EasingFunction
イージングクラス / 指定した値から指定した値へのなめらかな変化を様々な補間方法で取得する [詳解]
interface IEasing
イージング関数まとめ [詳解]
class Linear
線形

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