2つのVector2の間をトゥイーンする
[詳解]
|
| 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] |
| |
◆ GetTweenValue()
| override Vector2 Yukar.Engine.TweenVector2.GetTweenValue |
( |
float |
percent | ) |
|
|
protectedvirtual |