GameText()
デフォルトコンストラクタ
Definition game_text.h:22
float y
描画 Y 座標(スクリーン空間)
Definition game_text.h:17
float x
描画 X 座標(スクリーン空間)
Definition game_text.h:16
GameText(const std::wstring &t, float px, float py, DirectX::XMFLOAT4 c)
テキスト・位置・色を指定するコンストラクタ
Definition game_text.h:31
std::wstring text
描画するテキスト文字列
Definition game_text.h:15
DirectX::XMFLOAT4 color
テキストカラー(RGBA)
Definition game_text.h:18
bool visible
表示フラグ
Definition game_text.h:19