Split some lines to make them more readable.
R=steve
This commit is contained in:
@@ -87,14 +87,27 @@ public:
|
|||||||
private:
|
private:
|
||||||
void SetActiveFrame( float fNoteBeat, Actor &actorToSet, float fAnimationLengthInBeats, bool bVivid );
|
void SetActiveFrame( float fNoteBeat, Actor &actorToSet, float fAnimationLengthInBeats, bool bVivid );
|
||||||
Actor *GetTapActor( NoteColorActor &nca, NotePart part, float fNoteBeat );
|
Actor *GetTapActor( NoteColorActor &nca, NotePart part, float fNoteBeat );
|
||||||
Actor *GetHoldActor( NoteColorActor nca[NUM_HoldType][NUM_ActiveType], NotePart part, float fNoteBeat, bool bIsRoll, bool bIsBeingHeld );
|
Actor *GetHoldActor( NoteColorActor nca[NUM_HoldType][NUM_ActiveType], NotePart part,
|
||||||
Sprite *GetHoldSprite( NoteColorSprite ncs[NUM_HoldType][NUM_ActiveType], NotePart part, float fNoteBeat, bool bIsRoll, bool bIsBeingHeld );
|
float fNoteBeat, bool bIsRoll, bool bIsBeingHeld );
|
||||||
|
Sprite *GetHoldSprite( NoteColorSprite ncs[NUM_HoldType][NUM_ActiveType], NotePart part,
|
||||||
|
float fNoteBeat, bool bIsRoll, bool bIsBeingHeld );
|
||||||
|
|
||||||
void DrawHoldBottomCap( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld, float fYHead, float fYTail, int fYStep, float fPercentFadeToFail, float fColorScale, bool bGlow, float fYStartOffset, float fYEndOffset );
|
void DrawHoldBottomCap( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld,
|
||||||
void DrawHoldTopCap( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld, float fYHead, float fYTail, int fYStep, float fPercentFadeToFail, float fColorScale, bool bGlow, float fYStartOffset, float fYEndOffset );
|
float fYHead, float fYTail, int fYStep,
|
||||||
void DrawHoldBody( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld, float fYHead, float fYTail, int fYStep, float fPercentFadeToFail, float fColorScale, bool bGlow, float fYStartOffset, float fYEndOffset );
|
float fPercentFadeToFail, float fColorScale, bool bGlow,
|
||||||
void DrawHoldTail( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld, float fYTail, float fPercentFadeToFail, float fColorScale, bool bGlow, float fYStartOffset, float fYEndOffset );
|
float fYStartOffset, float fYEndOffset );
|
||||||
void DrawHoldHead( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld, float fYHead, float fPercentFadeToFail, float fColorScale, bool bGlow, float fYStartOffset, float fYEndOffset );
|
void DrawHoldTopCap( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld,
|
||||||
|
float fYHead, float fYTail, int fYStep, float fPercentFadeToFail,
|
||||||
|
float fColorScale, bool bGlow, float fYStartOffset, float fYEndOffset );
|
||||||
|
void DrawHoldBody( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld,
|
||||||
|
float fYHead, float fYTail, int fYStep, float fPercentFadeToFail,
|
||||||
|
float fColorScale, bool bGlow, float fYStartOffset, float fYEndOffset );
|
||||||
|
void DrawHoldTail( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld,
|
||||||
|
float fYTail, float fPercentFadeToFail, float fColorScale,
|
||||||
|
bool bGlow, float fYStartOffset, float fYEndOffset );
|
||||||
|
void DrawHoldHead( const TapNote& tn, int iCol, int iRow, bool bIsBeingHeld,
|
||||||
|
float fYHead, float fPercentFadeToFail, float fColorScale,
|
||||||
|
bool bGlow, float fYStartOffset, float fYEndOffset );
|
||||||
|
|
||||||
const PlayerState *m_pPlayerState; // to look up PlayerOptions
|
const PlayerState *m_pPlayerState; // to look up PlayerOptions
|
||||||
NoteMetricCache_t *cache;
|
NoteMetricCache_t *cache;
|
||||||
|
|||||||
Reference in New Issue
Block a user