プレイ情報 More...
#include <GxResPlayLog.h>


Public Member Functions | |
初期化 | |
| GxPlay (void) | |
| デフォルトコンストラクタ | |
| ~GxPlay (void) override | |
| デストラクタ | |
操作 | |
| GxStage * | addStageData (void) |
| ステージデータを追加 | |
Public Member Functions inherited from GxClassBase | |
| constexpr | GxClassBase (void) |
| コンストラクタ | |
| constexpr | GxClassBase (const GxClassBase &base) |
| コピーコンストラクタ | |
| ~GxClassBase (void) override | |
| デストラクタ | |
Public Member Functions inherited from GxClassBaseRoot | |
| constexpr | GxClassBaseRoot (void) |
| コンストラクタ | |
| constexpr | GxClassBaseRoot (const GxClassBaseRoot &) |
| コピーコンストラクタ | |
| virtual | ~GxClassBaseRoot (void) |
| デストラクタ | |
| constexpr GxClassBaseRoot & | operator= (const GxClassBaseRoot &) |
| 代入演算子 | |
| virtual GxRtti & | getRtti (void) const =0 |
| Rttiの取得 | |
| virtual GX_FORCE_INLINE const GxTypedObject * | getDefaultObject (void) |
| デフォルトオブジェクトを取得 | |
| GX_FORCE_INLINE b32 | isDefaultObject (void) |
| デフォルトオブジェクト判定 | |
Friends | |
定義 | |
| class | GxResPlayLog |
メンバ変数 | |
| u32 | _version |
| バージョン | |
| s64 | _time |
| 時刻 | |
| GxArray | _stages |
| ステージリスト | |
| GxString | _deviceName |
| デバイス名 | |
| u32 | _targetFPS |
| 目標FPS | |
Additional Inherited Members | |
Static Public Member Functions inherited from GxClassBaseRoot | |
| static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得 | |
プレイ情報