新しいシーンが古いシーンを押しだすトランジション [詳細]
Public メソッド | |
PushTransition () | |
コンストラクタ | |
PushTransition (float time, FourWayDirection direction, PushTransitionInterpolator interpolator) | |
コンストラクタ | |
Protected メソッド | |
override void | OnStart () |
開始処理 | |
override TransitionUpdateResponse | OnUpdate (float elapsedTime) |
更新処理 | |
override void | OnStop () |
停止処理 | |
プロパティ | |
float | Time [get, set] |
持続時間を取得・設定する。(ミリ秒) | |
FourWayDirection | MoveDirection [get, set] |
トランジションの移動方向を取得・設定する。 | |
PushTransitionInterpolator | Interpolator [get, set] |
補間関数の種類を取得・設定する。 | |
AnimationInterpolator | CustomInterpolator [get, set] |
カスタムの補間関数を取得・設定する。 |
新しいシーンが古いシーンを押しだすトランジション
PushTransition | ( | float | time, |
FourWayDirection | direction, | ||
PushTransitionInterpolator | interpolator | ||
) |
コンストラクタ
time | 持続時間(ミリ秒) |
direction | トランジションの移動方向 |
interpolator | 補間関数 |
override TransitionUpdateResponse OnUpdate | ( | float | elapsedTime | ) | [protected, virtual] |