12GX_HUD_NAMESPACE_BEGIN()
#define GX_PROHIBIT_CLASS_BASE_REFERENCE(__CLASS__)
GxClassBaseReference継承の禁止宣言(new以外の生成禁止 + コピー禁止)
Definition GxBase.h:244
2D画像ユニット基礎クラス
Definition GxUnit2DImageBase.h:18
HUD画像ユニットクラス
Definition GxUnitHudImage.h:18
GX_FORCE_INLINE void setUVLeftTop(const GxVector2 &uv)
左上UVを設定
Definition GxUnitHudImage.h:56
GX_FORCE_INLINE void setUVRightBottom(const GxVector2 &uv)
右下UVを設定
Definition GxUnitHudImage.h:60
GX_FORCE_INLINE void setInverseAlpha(b32 flag)
アルファ抜き反転を設定
Definition GxUnitHudImage.h:64
b32 _inverseAlpha
アルファ抜き反転
Definition GxUnitHudImage.h:75
GX_FORCE_INLINE const GxVector2 & getUVRightBottom(void) const
右下UVを取得
Definition GxUnitHudImage.h:58
GxVector2 _uvLeftTop
左上UV
Definition GxUnitHudImage.h:72
GX_FORCE_INLINE const GxVector2 & getUVLeftTop(void) const
左上UVを取得
Definition GxUnitHudImage.h:54
GxVector2 _uvRightBottom
右下UV
Definition GxUnitHudImage.h:73
GX_FORCE_INLINE b32 getInverseAlpha(void) const
アルファ抜き反転を取得
Definition GxUnitHudImage.h:62
プリミティブマテリアル
Definition GxPrimitive.h:103
実数矩形
Definition GxStruct.h:1100
2次元ベクトル
Definition GxVector.h:34
32bitブーリアン
Definition GxDefine.h:173