#include <GraphDisplay.h>
Inheritance diagram for GraphDisplay:
Public Member Functions | |
GraphDisplay () | |
~GraphDisplay () | |
void | Load (const CString &TexturePath, float height) |
void | Unload () |
void | LoadFromStageStats (const PlayerStageStats &s) |
void | Update (float fDeltaTime) |
void | DrawPrimitives () |
Private Types | |
enum | { VALUE_RESOLUTION = 100 } |
Private Member Functions | |
void | UpdateVerts () |
Private Attributes | |
float | m_CurValues [VALUE_RESOLUTION] |
float | m_DestValues [VALUE_RESOLUTION] |
float | m_LastValues [VALUE_RESOLUTION] |
float | m_Position |
RageSpriteVertex | Slices [4 *(VALUE_RESOLUTION-1)] |
RageTexture * | m_pTexture |
|
|
|
|
|
|
|
Reimplemented from ActorFrame. |
|
|
|
|
|
|
|
Reimplemented from ActorFrame. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|