クラス TransitionScene
java.lang.Object
net.trpfrog.medipro_game.scene.GameScene
net.trpfrog.medipro_game.animation.TransitionScene
- すべての実装されたインタフェース:
Suspendable
public class TransitionScene extends GameScene
-
メソッドの概要
修飾子とタイプ メソッド 説明 protected static TransitionScene
createFadeInTransition()
フェードインアニメーションを返します。static TransitionScene
createPopTransition(GameScene popScene)
シーンをpopするときのトランジションシーンを返します。static TransitionScene
createPushTransition(GameScene nextScene)
シーンをpushするときのトランジションシーンを返します。クラスから継承されたメソッド net.trpfrog.medipro_game.scene.GameScene
addSubScene, contains, getController, getModel, getSubScenes, getView, resume, setController, setModel, setView, suspend
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
メソッドの詳細
-
createFadeInTransition
フェードインアニメーションを返します。- 戻り値:
- フェードインアニメーション
-
createPushTransition
シーンをpushするときのトランジションシーンを返します。- パラメータ:
nextScene
- 新たにpushするシーン- 戻り値:
- pushすることが予約されたトランジション
-
createPopTransition
シーンをpopするときのトランジションシーンを返します。指定したシーン以上が全てpopされます。- パラメータ:
popScene
- 新たにpopするシーン- 戻り値:
- popすることが予約されたトランジション
-