![]() |
|
トゥイーン処理の基底クラス [詳解]
公開メンバ関数 | |
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 () |
限定公開メンバ関数 | |
TweenBase () | |
abstract T | GetTweenValue (float percent) |
静的限定公開メンバ関数 | |
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] |
トゥイーン処理の基底クラス
T |
|
protected |
void Yukar.Engine.TweenBase< T >.Begin | ( | T | fromValue, |
T | toValue, | ||
int | frameCount, | ||
int | tweenCount = 1 , |
||
TweenStyle | tweenStyle = TweenStyle.Liner |
||
) |
void Yukar.Engine.TweenBase< T >.Begin | ( | T | to, |
int | frameCount, | ||
int | tweenCount = 1 , |
||
TweenStyle | tweenStyle = TweenStyle.Liner |
||
) |
|
protectedpure virtual |
|
staticprotected |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
getprotected set |
|
getprotected set |