クラス TitleBackgroundModel

java.lang.Object
medipro.object.base.gameobject.GameObjectModel
medipro.titlemenu.titlebackground.TitleBackgroundModel

public class TitleBackgroundModel extends GameObjectModel
タイトルバックグラウンドのモデル.
  • フィールド詳細

    • imgPath

      private String imgPath
      タイトルメニューの背景画像のパス.
  • コンストラクタの詳細

    • TitleBackgroundModel

      public TitleBackgroundModel(World world)
      タイトルバックグラウンドのモデルを生成する.
      パラメータ:
      world - オブジェクトが存在するワールド
  • メソッドの詳細

    • getImgPath

      public String getImgPath()
      背景画像のパスを取得する.
      戻り値:
      背景画像のパス.