Logo
公開メンバ関数 | 限定公開メンバ関数 | 静的限定公開メンバ関数 | 限定公開変数類 | プロパティ | 全メンバ一覧
Yukar.Engine.TweenBase< T > クラステンプレート abstract

トゥイーン処理の基底クラス [詳解]

公開メンバ関数

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 ()

限定公開メンバ関数

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

このクラス詳解は次のファイルから抽出されました: