| Property | Defined by | ||
|---|---|---|---|
| instance : CMainLoop
[static][read-only]
このクラスのインスタンスを取得します。
| CMainLoop | ||
| screenParent : CScreen
[read-only]
親画面オブジェクト管理クラスを取得します。
| CMainLoop | ||
| stage : Stage [read-only]
メイン描画領域(Stage)クラスを取得します。
| CMainLoop | ||
| taskSE : CTaskExclusiveSE
[read-only]
排他制御付き効果音再生タスクを取得します。
| CMainLoop | ||
| timer : CTaskFPSTimer
[read-only]
フレームレート制御タスクを取得します。
| CMainLoop | ||
| Method | Defined by | ||
|---|---|---|---|
|
CMainLoop(ini:CInitializeData)
コンストラクタ。
| CMainLoop | ||
| Constant | Defined by | ||
|---|---|---|---|
| screenList : Vector 画面オブジェクト管理クラスが格納されます。
| CMainLoop | ||
| instance | property |
instance:CMainLoop [read-only]このクラスのインスタンスを取得します。
Implementation public static function get instance():CMainLoop
| screenParent | property |
screenParent:CScreen [read-only]親画面オブジェクト管理クラスを取得します。
Implementation public function get screenParent():CScreen
| stage | property |
stage:Stage [read-only]メイン描画領域(Stage)クラスを取得します。
Implementation public function get stage():Stage
| taskSE | property |
taskSE:CTaskExclusiveSE [read-only]排他制御付き効果音再生タスクを取得します。
Implementation public function get taskSE():CTaskExclusiveSE
| timer | property |
timer:CTaskFPSTimer [read-only]フレームレート制御タスクを取得します。
Implementation public function get timer():CTaskFPSTimer
| CMainLoop | () | constructor |
| screenList | constant |
public const screenList:Vector画面オブジェクト管理クラスが格納されます。