DDraceNetwork Docs
|
#include <animstate.h>
Public Member Functions | |
const CAnimKeyframe * | GetBody () const |
const CAnimKeyframe * | GetBackFoot () const |
const CAnimKeyframe * | GetFrontFoot () const |
const CAnimKeyframe * | GetAttach () const |
void | Set (CAnimation *pAnim, float Time) |
void | Add (CAnimation *pAnim, float Time, float Amount) |
Static Public Member Functions | |
static const CAnimState * | GetIdle () |
Private Member Functions | |
void | AnimAdd (CAnimState *pState, const CAnimState *pAdded, float Amount) |
Private Attributes | |
CAnimKeyframe | m_Body |
CAnimKeyframe | m_BackFoot |
CAnimKeyframe | m_FrontFoot |
CAnimKeyframe | m_Attach |
void CAnimState::Add | ( | CAnimation * | pAnim, |
float | Time, | ||
float | Amount | ||
) |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
void CAnimState::Set | ( | CAnimation * | pAnim, |
float | Time | ||
) |
|
private |
|
private |
|
private |
|
private |