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