![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
#include <StkAnimationController.h>
Public Member Functions | |
void | setName (const std::string &name) |
const std::string & | getName () const |
double | getStartTime () const |
double | getEndTime () const |
void | addAnimation (const std::shared_ptr< KeyframeNodeAnimation > &anim) |
const std::vector< std::shared_ptr< KeyframeNodeAnimation > > & | getAnimations () const |
void | setNormValue (double val) |
Set normalized input value [0.0 - 1.0]. | |
void | setTime (double t) |
std::shared_ptr< AnimationController > | copy (std::map< MeshNode *, std::shared_ptr< MeshNode > > &node_map) |
Protected Attributes | |
std::vector< std::shared_ptr< KeyframeNodeAnimation > > | anims_ |
std::string | name_ |
AnimationController - Controls a series of keyframe animations