Logo
Public Member Functions | Static Public Attributes | List of all members
Yukar.Engine.PerformanceDrawer Class Reference

performance meter More...

Public Member Functions

 PerformanceDrawer (Microsoft.Xna.Framework.Vector2 position)
 constructor More...
 
 PerformanceDrawer (Microsoft.Xna.Framework.Vector2 position, float interval)
 constructor More...
 
void Update (float elapsedTime)
 update time More...
 
void Draw ()
 draw More...
 

Static Public Attributes

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

Detailed Description

performance meter

Constructor & Destructor Documentation

◆ PerformanceDrawer() [1/2]

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

constructor

Parameters
positionposition

◆ PerformanceDrawer() [2/2]

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

constructor

Parameters
positionposition
intervalupdate frequency

Member Function Documentation

◆ Draw()

void Yukar.Engine.PerformanceDrawer.Draw ( )

draw

◆ Update()

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

update time

Parameters
elapsedTimeelapsed time

Member Data Documentation

◆ 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