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

限定公開メンバ関数

 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
 
from
 
to
 

プロパティ

bool IsPlayTween [get, protected set]
 
CurrentValue [get, protected set]
 

詳解

トゥイーン処理の基底クラス

テンプレート引数
T

構築子と解体子

◆ TweenBase()

Yukar.Engine.TweenBase< T >.TweenBase ( )
protected

メソッド詳解

◆ Begin() [1/2]

void Yukar.Engine.TweenBase< T >.Begin ( fromValue,
toValue,
int  frameCount,
int  tweenCount = 1,
TweenStyle  tweenStyle = TweenStyle.Liner 
)

◆ Begin() [2/2]

void Yukar.Engine.TweenBase< T >.Begin ( to,
int  frameCount,
int  tweenCount = 1,
TweenStyle  tweenStyle = TweenStyle.Liner 
)

◆ GetTweenValue()

abstract T Yukar.Engine.TweenBase< T >.GetTweenValue ( float  percent)
protectedpure virtual

◆ Swap()

static void Yukar.Engine.TweenBase< T >.Swap ( ref T  value1,
ref T  value2 
)
staticprotected

◆ Update()

virtual void Yukar.Engine.TweenBase< T >.Update ( )
virtual

メンバ詳解

◆ duration

float Yukar.Engine.TweenBase< T >.duration
protected

◆ frameCount

float Yukar.Engine.TweenBase< T >.frameCount
protected

◆ from

T Yukar.Engine.TweenBase< T >.from
protected

◆ to

T Yukar.Engine.TweenBase< T >.to
protected

◆ tweenCount

int Yukar.Engine.TweenBase< T >.tweenCount
protected

◆ tweenCountLimit

int Yukar.Engine.TweenBase< T >.tweenCountLimit
protected

◆ tweenStyle

TweenStyle Yukar.Engine.TweenBase< T >.tweenStyle
protected

プロパティ詳解

◆ CurrentValue

T Yukar.Engine.TweenBase< T >.CurrentValue
getprotected set

◆ IsPlayTween

bool Yukar.Engine.TweenBase< T >.IsPlayTween
getprotected set