JugiMap Framework
|
The TimelineAnimation class represents the sprite timeline animation from JugiMap Editor. More...
#include <jmTimelineAnimation.h>
Inherits Animation.
Additional Inherited Members | |
![]() | |
AnimationKind | GetKind () |
Returns the kind of this animation. More... | |
SourceSprite * | GetSourceSprite () |
Returns the source sprite to which this animation belongs. More... | |
std::string | GetName () |
Returns the name of this animation. More... | |
AnimationBaseParameters & | GetBaseParameters () |
Returns a reference to the base parameters of this animation. More... | |
std::vector< Parameter > & | GetParameters () |
Returns a reference to the vector of stored parameters in this animation. More... | |
int | GetDataFlags () |
Returns the dataFlags factor of this frame animation. More... | |
int | GetDuration () |
Returns duration of this animation in milliseconds. This is duration of one loop. More... | |
![]() | |
virtual | ~Animation () |
Destructor. More... | |
The TimelineAnimation class represents the sprite timeline animation from JugiMap Editor.