|
raSystem
1.0 bata
|
#include <raAnimated.h>
Public Member Functions | |
| raAnimated () | |
| UINT | GetAnimationKeyFromTime (float fTime) |
| void | SetAnimation (UINT clip) |
Public Attributes | |
| UINT | m_startKey |
| UINT | m_numKeys |
| class raAnimation * | m_pAnimation |
Definition at line 3 of file raAnimated.h.
| raAnimated::raAnimated | ( | void | ) |
Definition at line 5 of file raAnimated.cpp.
| UINT raAnimated::GetAnimationKeyFromTime | ( | float | fTime | ) |
Definition at line 12 of file raAnimated.cpp.
| void raAnimated::SetAnimation | ( | UINT | clip | ) |
Definition at line 21 of file raAnimated.cpp.
| UINT raAnimated::m_numKeys |
Definition at line 11 of file raAnimated.h.
| class raAnimation* raAnimated::m_pAnimation |
Definition at line 12 of file raAnimated.h.
| UINT raAnimated::m_startKey |
Definition at line 10 of file raAnimated.h.