Method | Description | |
---|---|---|
Animator ( long startValue, long endValue, long tickInterval, bool isLoop ) |
アニメーターを初期化します。
|
|
GetAnimation ( ) : double |
アニメーターの現在の値を返します。
|
|
Reset ( ) : void |
アニメーターをリセットします。
|
|
Start ( ) : void |
アニメーションを開始します。
|
|
Stop ( ) : void |
アニメーションを停止します。
|
|
Tick ( ) : void |
アニメーターの更新をします。
|
public Animator ( long startValue, long endValue, long tickInterval, bool isLoop ) | ||
startValue | long | 開始値。 |
endValue | long | 終了値。 |
tickInterval | long | Tick間隔。 |
isLoop | bool | ループするかどうか。 |