![]() |
|
Tween between two Vector2s More...
Protected Member Functions | |
override Vector2 | GetTweenValue (float percent) |
![]() | |
TweenBase () | |
abstract T | GetTweenValue (float percent) |
Additional Inherited Members | |
![]() | |
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] |
Tween between two Vector2s
|
protectedvirtual |
Implements Yukar.Engine.TweenBase< Vector2 >.