Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GameMain

ゲームメイン処理

classdesc

ゲームメインクラス

constructor
memberof

FrameWork

Hierarchy

  • GameMain

Index

Constructors

constructor

Properties

Protected enchantInstance

enchantInstance: Core

enchant.Coreインスタンス

Protected fps

fps: number

fps

Protected resourceManager

resourceManager: ResourceManager

リソース管理

Protected screenHeight

screenHeight: number

スクリーンサイズ:高さ

Protected screenWidth

screenWidth: number

スクリーンサイズ:幅

Methods

Protected onInitialize

  • onInitialize(): void
  • 初期化イベント

    method
    name

    FrameWork.GameMain#onInitialize

    Returns void

Protected onLoad

  • onLoad(parent: Group): void
  • ロードイベント

    method
    name

    FrameWork.GameMain#onLoad

    Parameters

    • parent: Group

      親Group

    Returns void

Protected onResourceSetting

  • onResourceSetting(): void
  • リソース設定イベント

    method
    name

    FrameWork.GameMain#onResourceSetting

    Returns void

Protected onRun

  • onRun(): void
  • 実行イベント

    method
    name

    FrameWork.GameMain#onRun

    Returns void

Generated using TypeDoc