Logo
公開メンバ関数 | 静的公開変数類 | 全メンバ一覧
Yukar.Engine.PerformanceDrawer クラス

パフォーマンスメーター [詳解]

公開メンバ関数

 PerformanceDrawer (Microsoft.Xna.Framework.Vector2 position)
 コンストラクタ [詳解]
 
 PerformanceDrawer (Microsoft.Xna.Framework.Vector2 position, float interval)
 コンストラクタ [詳解]
 
void Update (float elapsedTime)
 更新時間 [詳解]
 
void Draw ()
 描画する [詳解]
 

静的公開変数類

static float camX
 
static float camY
 
static float fovy
 
static float dist
 
static float x
 
static float y
 
static float z
 

詳解

パフォーマンスメーター

構築子と解体子

◆ PerformanceDrawer() [1/2]

Yukar.Engine.PerformanceDrawer.PerformanceDrawer ( Microsoft.Xna.Framework.Vector2  position)

コンストラクタ

引数
position位置

◆ PerformanceDrawer() [2/2]

Yukar.Engine.PerformanceDrawer.PerformanceDrawer ( Microsoft.Xna.Framework.Vector2  position,
float  interval 
)

コンストラクタ

引数
position位置
interval更新頻度

メソッド詳解

◆ Draw()

void Yukar.Engine.PerformanceDrawer.Draw ( )

描画する

◆ Update()

void Yukar.Engine.PerformanceDrawer.Update ( float  elapsedTime)

更新時間

引数
elapsedTime経過時間

メンバ詳解

◆ camX

float Yukar.Engine.PerformanceDrawer.camX
static

◆ camY

float Yukar.Engine.PerformanceDrawer.camY
static

◆ dist

float Yukar.Engine.PerformanceDrawer.dist
static

◆ fovy

float Yukar.Engine.PerformanceDrawer.fovy
static

◆ x

float Yukar.Engine.PerformanceDrawer.x
static

◆ y

float Yukar.Engine.PerformanceDrawer.y
static

◆ z

float Yukar.Engine.PerformanceDrawer.z
static