真ん中で折れるエフェクト [詳細]
Public メソッド | |
FlipBoardEffect () | |
コンストラクタ | |
FlipBoardEffect (Widget currentWidget, Widget nextWidget) | |
コンストラクタ | |
Static Public メソッド | |
static FlipBoardEffect | CreateAndStart (Widget currentWidget, Widget nextWidget) |
インスタンスを作成しエフェクトを開始する。 | |
Protected メソッド | |
override void | OnStart () |
開始処理 | |
override EffectUpdateResponse | OnUpdate (float elapsedTime) |
更新処理 | |
override void | OnStop () |
停止処理 | |
プロパティ | |
Widget | NextWidget [get, set] |
次に表示するウィジェットを取得・設定する。 | |
FlipBoardEffectInterpolator | Interpolator [get, set] |
補間関数の種類を取得・設定する。 | |
AnimationInterpolator | CustomInterpolator [get, set] |
カスタムの補間関数を取得・設定する。 | |
float | Time [get, set] |
アニメーションの時間を取得・設定する。(ミリ秒) |
真ん中で折れるエフェクト
裏に新しいウィジェットが現れる。空港の掲示板風表現
FlipBoardEffect | ( | Widget | currentWidget, |
Widget | nextWidget | ||
) |
コンストラクタ
currentWidget | 表示中のウィジェット |
nextWidget | 次に表示するウィジェット |
static FlipBoardEffect CreateAndStart | ( | Widget | currentWidget, |
Widget | nextWidget | ||
) | [static] |
インスタンスを作成しエフェクトを開始する。
currentWidget | 表示中のウィジェット |
nextWidget | 次に表示するウィジェット |
override EffectUpdateResponse OnUpdate | ( | float | elapsedTime | ) | [protected, virtual] |