#include <BeginnerHelper.h>
Inheritance diagram for BeginnerHelper:
Public Member Functions | |
BeginnerHelper () | |
~BeginnerHelper () | |
bool | Initialize (int iDancePadType) |
bool | IsInitialized () |
void | AddPlayer (PlayerNumber pn, NoteData *pSteps) |
void | ShowStepCircle (PlayerNumber pn, int CSTEP) |
void | Update (float fDeltaTime) |
virtual void | DrawPrimitives () |
Static Public Member Functions | |
bool | CanUse () |
Public Attributes | |
bool | m_bShowBackground |
Protected Member Functions | |
void | Step (PlayerNumber pn, int CSTEP) |
Protected Attributes | |
NoteData | m_NoteData [NUM_PLAYERS] |
bool | m_bPlayerEnabled [NUM_PLAYERS] |
Model * | m_pDancer [NUM_PLAYERS] |
Model * | m_pDancePad |
Sprite | m_sFlash |
Sprite | m_sBackground |
Sprite | m_sStepCircle [NUM_PLAYERS][4] |
int | m_iLastRowChecked |
int | m_iLastRowFlashed |
bool | m_bInitialized |
|
|
|
|
|
|
|
|
|
Reimplemented from ActorFrame. |
|
|
|
|
|
|
|
|
|
Reimplemented from ActorFrame. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|