15 #ifndef OSGANIMATION_ACTION_STRIPANIMATION_H
16 #define OSGANIMATION_ACTION_STRIPANIMATION_H
18 #include <osgAnimation/Action>
19 #include <osgAnimation/Export>
20 #include <osgAnimation/FrameAction>
21 #include <osgAnimation/ActionBlendIn>
22 #include <osgAnimation/ActionBlendOut>
23 #include <osgAnimation/ActionAnimation>
42 unsigned int getBlendOutStartFrame()
const;
44 unsigned int getLoop()
const;
45 void setLoop(
unsigned int loop);
49 typedef std::pair<unsigned int, osg::ref_ptr<ActionBlendOut> >
FrameBlendOut;
#define OSGANIMATION_EXPORT
osg::ref_ptr< ActionBlendIn > _blendIn
blend in from 0 to weight in duration
blend out from weight to 0 in duration
std::pair< unsigned int, osg::ref_ptr< ActionBlendOut > > FrameBlendOut
osg::ref_ptr< ActionAnimation > _animation
#define META_Action(library, name)