![]() |
|
2つの小数値の間をトゥイーンする [詳解]
限定公開メンバ関数 | |
override float | GetTweenValue (float percent) |
![]() | |
TweenBase () | |
abstract T | GetTweenValue (float percent) |
その他の継承メンバ | |
![]() | |
void | Begin (T to, int frameCount, int tweenCount=1, TweenStyle tweenStyle=TweenStyle.Liner) |
void | Begin (T fromValue, T toValue, int frameCount, int tweenCount=1, TweenStyle tweenStyle=TweenStyle.Liner) |
virtual void | Update () |
![]() | |
static void | Swap (ref T value1, ref T value2) |
![]() | |
TweenStyle | tweenStyle |
float | frameCount |
int | tweenCount |
int | tweenCountLimit |
float | duration |
T | from |
T | to |
![]() | |
bool | IsPlayTween [get, protected set] |
T | CurrentValue [get, protected set] |
2つの小数値の間をトゥイーンする
|
protectedvirtual |
Yukar.Engine.TweenBase< float >を実装しています。