Rasterfarm-SDK
|
#include <animation.h>
Public Member Functions | |
Attribute (uint frameSize, AnimationManager *pManager=nullptr, LoopType loopType=LOOP_NONE) | |
Public Attributes | |
const uint | frameSize |
AnimationManager * | pManager |
LoopType | loopType |
|
inline |
const uint Sequence::AnimationBase::Attribute::frameSize |
The number of frames to complete animation.
LoopType Sequence::AnimationBase::Attribute::loopType |
The action to take when the animation completes.
AnimationManager* Sequence::AnimationBase::Attribute::pManager |
Callback if set.