|
Neo
0.5.0
Developer Documentation
|
#include <ArmatureAnimRef.h>
Inheritance diagram for Neo::ArmatureAnimRef:Public Member Functions | |
| ArmatureAnimRef (ArmatureAnim *armatureAnim, const char *filename) | |
| ~ArmatureAnimRef (void) | |
| void | clear (void) |
| void | destroy (void) |
| void | update (void) |
| int | getType (void) |
| ArmatureAnim * | getArmatureAnim (void) |
Public Member Functions inherited from Neo::DataRef | |
| DataRef (void) | |
| void | incrScore (void) |
| void | decrScore (void) |
| unsigned int | getScore (void) |
| void | setTime (long time) |
| long | getTime (void) |
| const char * | getFilename (void) |
Static Public Member Functions | |
| static ArmatureAnimRef * | getNew (ArmatureAnim *armatureAnim, const char *filename) |
Additional Inherited Members | |
Protected Attributes inherited from Neo::DataRef | |
| long | m_time |
| String | m_filename |
| unsigned int | m_score |
| Neo::ArmatureAnimRef::ArmatureAnimRef | ( | ArmatureAnim * | armatureAnim, |
| const char * | filename | ||
| ) |
| Neo::ArmatureAnimRef::~ArmatureAnimRef | ( | void | ) |
|
virtual |
Implements Neo::DataRef.
|
virtual |
Implements Neo::DataRef.
|
inline |
|
static |
|
inlinevirtual |
Implements Neo::DataRef.
|
virtual |
Implements Neo::DataRef.