OROCHI
Loading...
Searching...
No Matches
GxUnitHudMovieBase.h
Go to the documentation of this file.
1
//===========================================================================
9
//===========================================================================
10
#pragma once
11
12
GX_HUD_NAMESPACE_BEGIN()
13
14
//===========================================================================
16
//===========================================================================
17
class
GxUnitHudMovieBase
: public
GxUnitHudImageRender
18
{
19
//-------------------------------------------------------------
21
//-------------------------------------------------------------
23
public
:
24
// RTTI定義
25
GX_RTTI_CLASS_NAME(
GxUnitHudMovieBase
,
GxUnitHudImageRender
,
"HUDムービー基礎"
)
26
// ClassBaseReference継承クラス用禁止宣言
27
GX_PROHIBIT_CLASS_BASE_REFERENCE
(
GxUnitHudMovieBase
)
28
29
30
//-------------------------------------------------------------
32
//-------------------------------------------------------------
34
public
:
36
GxUnitHudMovieBase
(
void
);
37
39
};
40
41
GX_HUD_NAMESPACE_END()
GX_PROHIBIT_CLASS_BASE_REFERENCE
#define GX_PROHIBIT_CLASS_BASE_REFERENCE(__CLASS__)
GxClassBaseReference継承の禁止宣言(new以外の生成禁止 + コピー禁止)
Definition
GxBase.h:244
GxUnitHudImageRender
HUD描画画像ユニット
Definition
GxUnitHudImageRender.h:18
GxUnitHudMovieBase
HUDムービー基礎ユニットクラス
Definition
GxUnitHudMovieBase.h:18
middleware
GxHud
src
GxUnitHudMovieBase.h
Generated by
1.12.0