#include <Animation.h>
|
shared_ptr< VisibleEntity > | ve |
|
Animation::Animation |
( |
shared_ptr< VisibleEntity > |
ve, |
|
|
Vector3 |
direction, |
|
|
int |
lifeTime |
|
) |
| |
shared_ptr< Animation > Animation::create |
( |
shared_ptr< VisibleEntity > |
ve, |
|
|
Vector3 |
direction, |
|
|
int |
lifeTime |
|
) |
| |
|
static |
std::vector< shared_ptr< Animation > > Animation::explosion |
( |
String |
modelName, |
|
|
Vector3 |
point, |
|
|
int |
duration, |
|
|
int |
severity, |
|
|
int |
speed, |
|
|
shared_ptr< DemoScene > |
m_scene |
|
) |
| |
|
static |
Vector3 Animation::direction |
|
protected |
shared_ptr<VisibleEntity> Animation::ve |
The documentation for this class was generated from the following files: